Sha256: eeea2df946935ff632c1c2ebfc2c763529d39b2837ccf2d0dfea83257b63c0ed
Contents?: true
Size: 640 Bytes
Versions: 28
Compression:
Stored size: 640 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: * :doc:`columns/scalar` * :doc:`columns/vector` * :doc:`columns/pseudo` Here is an index column: * :doc:`columns/index`
Version data entries
28 entries across 14 versions & 1 rubygems