Structs§
- A ColumnDescriptor contains information to create a column.
- Builder for
ColumnDescriptor
. - Id of the region. It’s generated by concatenating table id, region group and region number.
Enums§
- Error type for ColumnDescriptorBuilder
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.
- Id of table. Universal unique.