Expand description
Box: indices
The index
submodule provides access for index definitions and index keys.
They provide an API for ordered iteration over tuples.
This API is a direct binding to corresponding methods of index objects of type box.index
in the storage engine.
See also:
Structs§
- Builder
- Field
Must BeNumber - Index
- An index is a group of key values and pointers.
- Index
Iterator - Index iterator. Can be used with
for
statement. - Index
Options - List of options for new or updated index.
- Metadata
- Representation of a tuple holding index metadata in system
_index
space. - Part
- Index part.
- SeqSpec
Enums§
- Field
Type - Type of index part.
- Index
Type - Type of index.
- Iterator
Type - Controls how to iterate over tuples in an index.
Different index types support different iterator types.
For example, one can start iteration from a particular value
(request key) and then retrieve all tuples where keys are
greater or equal (=
GE
) to this key. - Rtree
Index Distance Type - Type of distance for retree index.
- Sequence
Opt - Sequence option for new or updated index.
Type Aliases§
- Index
Field Type Deprecated - IndexId
- Index
Part Deprecated - Index
Sequence Option Deprecated - Use
SequenceOpt
instead