Module schema

Source
Expand description

Schema (spaces and indices) helper types.

Structs§

GenericIndex
Tarantool index of specific space.
IndexMetadata
Index metadata from system view.
Space
Tarantool space.
SpaceMetadata
Space metadata with its indices metadata from system views.

Enums§

SchemaEntityKey
Key of space or index.
SystemSpacesId
Ids of system spaces and views.

Constants§

PRIMARY_INDEX_ID
Id of the primary index in space.
USER_SPACE_MIN_ID
First possible id of user space.

Type Aliases§

Index
Referenced index type, which rely on Space object.
OwnedIndex
Owned index type, which can exists without related Space object.