Navigation Menu

Skip to content

Commit

Permalink
doc: move pseudo column entry to columns/
Browse files Browse the repository at this point in the history
TODO: Update file list.
  • Loading branch information
kou committed Mar 31, 2014
1 parent 00c663b commit 2d397d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions doc/source/reference/api/grn_column.txt
Expand Up @@ -20,7 +20,7 @@ Reference

.. c:macro:: GRN_COLUMN_NAME_ID
It returns the name of :doc:`/reference/pseudo_column` ``_id``.
It returns the name of :doc:`/reference/columns/pseudo` ``_id``.

It is useful to use with :c:macro:`GRN_COLUMN_NAME_ID_LEN` like
the following::
Expand All @@ -38,7 +38,7 @@ Reference

.. c:macro:: GRN_COLUMN_NAME_KEY
It returns the name of :doc:`/reference/pseudo_column` ``_key``.
It returns the name of :doc:`/reference/columns/pseudo` ``_key``.

It is useful to use with :c:macro:`GRN_COLUMN_NAME_KEY_LEN` like
the following::
Expand All @@ -56,7 +56,7 @@ Reference

.. c:macro:: GRN_COLUMN_NAME_VALUE
It returns the name of :doc:`/reference/pseudo_column` ``_value``.
It returns the name of :doc:`/reference/columns/pseudo` ``_value``.

It is useful to use with :c:macro:`GRN_COLUMN_NAME_VALUE_LEN` like
the following::
Expand All @@ -74,7 +74,7 @@ Reference

.. c:macro:: GRN_COLUMN_NAME_SCORE
It returns the name of :doc:`/reference/pseudo_column` ``_score``.
It returns the name of :doc:`/reference/columns/pseudo` ``_score``.

It is useful to use with :c:macro:`GRN_COLUMN_NAME_SCORE_LEN` like
the following::
Expand All @@ -92,7 +92,7 @@ Reference

.. c:macro:: GRN_COLUMN_NAME_NSUBRECS
It returns the name of :doc:`/reference/pseudo_column` ``_nsubrecs``.
It returns the name of :doc:`/reference/columns/pseudo` ``_nsubrecs``.

It is useful to use with :c:macro:`GRN_COLUMN_NAME_NSUBRECS_LEN` like
the following::
Expand Down
1 change: 1 addition & 0 deletions doc/source/reference/column.txt
Expand Up @@ -19,6 +19,7 @@ Here are data store columns:

* :doc:`columns/scalar`
* :doc:`columns/vector`
* :doc:`columns/pseudo`

Here is an index column:

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/source/reference/commands/select.txt
Expand Up @@ -667,7 +667,7 @@ The ``select`` command just outputs ``_id`` and ``_key`` column
values.

``*`` is a special value. It means that all columns that are not
:doc:`/reference/pseudo_column`.
:doc:`/reference/columns/pseudo`.

Here is a ``*`` usage example.

Expand Down

0 comments on commit 2d397d9

Please sign in to comment.