1 Star 0 Fork 14

数管2241/nilnul._data_._LIB_.

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
IOrganization.cs 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
using System.Collections.Generic;
namespace nilnul.data
{
/// <summary>
/// more macro than <see cref="IStruc"/>;
/// eg:
/// we can organize data into list, as we list some items in writing an composition;
/// we can organize data into tree, as we organize chapters/sections/paragraphs/sentences in a treatise;
/// we can organize data into keyVal, which is how a dictionary organizes;
/// as we need to query data by key, it's often need a struct for the keys to be retrieved fast. We often struc the keys as a tree as we do in fs , or as a list as we do in a paper english dict, or as a hashMap as we do in <see cref="Dictionary{TKey, TValue}"/>.
/// here we can see struct is for keys, not for all; for all, it's called organization.
/// note in fs it's not a tree, it's a tree of addresses with tagged data (blobs).
/// </summary>
/// alias:
/// data model
/// data organ
/// organizer
/// eg:
/// list
/// keyVal
/// often used in bigdata cloud;
/// tabulea|relational
///
interface IOrganization { }
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/data-tube-2241_enterprise/nilnul._data_._LIB_.git
git@gitee.com:data-tube-2241_enterprise/nilnul._data_._LIB_.git
data-tube-2241_enterprise
nilnul._data_._LIB_
nilnul._data_._LIB_.
nilnul-pub

搜索帮助