Sha256: b57182e09db82da9025b295db231d64879de7aacfa9126312d9a9e0e8fa50934
Contents?: true
Size: 688 Bytes
Versions: 72
Compression:
Stored size: 688 Bytes
Contents
.. -*- rst -*- .. highlightlang:: none Column ====== Column is a data store object or an index object for fast search. A column belongs to a table. Table has zero or more columns. Both data store column and index column have type. Type of data store column specifies data range. In other words, it is "value type". Type of index column specifies set of documents to be indexed. A set of documents is a table in Groonga. In other words, type of index column must be a table. Here are data store columns: .. toctree:: :maxdepth: 1 :glob: columns/scalar columns/vector columns/pseudo Here is an index column: .. toctree:: :maxdepth: 1 :glob: columns/index
Version data entries
72 entries across 36 versions & 1 rubygems