Sha256: 78ef3ae6ab1f10b818bc01ade471117b3077b93aa9483f513a00c1336e697d23

Contents?: true

Size: 614 Bytes

Versions: 4

Compression:

Stored size: 614 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`

Here is an index column:

  * :doc:`columns/index`

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
rroonga-4.0.1-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt
rroonga-4.0.1-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt
rroonga-4.0.1-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt
rroonga-4.0.1-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt