Structs§
- Column
Descriptor - A ColumnDescriptor contains information to create a column.
- Column
Descriptor Builder - Builder for
ColumnDescriptor. - Region
Id - Id of the region. It’s generated by concatenating table id, region group and region number.
Enums§
- Column
Descriptor Builder Error - Error type for ColumnDescriptorBuilder
Constants§
- MAX_
REGION_ SEQ - The max valid region sequence number.
- REGION_
GROUP_ 🔒MASK - REGION_
SEQ_ 🔒MASK
Functions§
- str_
or_ 🔒u64 - FIXME(discord9): workaround for serde issue: https://github.com/serde-rs/json/issues/1254
Type Aliases§
- Column
Id - Id of column. Unique in each region.
- Region
Group - Group number of one region. Unique in each region.
- Region
Number - Id of regions under the same table. Unique in each table. Is composed by RegionGroup and RegionSeq.
- Region
Seq - Sequence number of region inside one table. Unique in each table. The first 8 bits are preserved for RegionGroup.
- TableId
- Id of table. Universal unique.