Expand description
Storage APIs.
Modules§
Structs§
- A ColumnDescriptor contains information to create a column.
- Builder for
ColumnDescriptor
. - Schema of a column, used as an immutable struct.
- Id of the region. It’s generated by concatenating table id, region group and region number.
- A common schema, should be immutable.
Enums§
- Column’s default constraint.
- Error type for ColumnDescriptorBuilder
- A hint on how to select rows from a time-series.
Constants§
- The max valid region sequence number.
Type Aliases§
- Id of column. Unique in each region.
- Group number of one region. Unique in each region.
- Id of regions under the same table. Unique in each table. Is composed by RegionGroup and RegionSeq.
- Sequence number of region inside one table. Unique in each table. The first 8 bits are preserved for RegionGroup.
- Represents a sequence number of data in storage. The offset of logstore can be used as a sequence number.
- Id of table. Universal unique.