Expand description
Schema (spaces and indices) helper types.
Structs§
- Generic
Index - Tarantool index of specific space.
- Index
Metadata - Index metadata from system view.
- Space
- Tarantool space.
- Space
Metadata - Space metadata with its indices metadata from system views.
Enums§
- Schema
Entity Key - Key of space or index.
- System
Spaces Id - 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. - Owned
Index - Owned index type, which can exists without related
Space
object.