Expand description
Strict document and columnar schemas with shared operations trait.
Structs§
- Columnar
Schema - Schema for a columnar collection (compressed segment files).
- Dropped
Column - Tombstone for a column removed by
ALTER DROP COLUMN. - Strict
Schema - Schema for a strict document collection (Binary Tuple serialization).
Enums§
- Schema
Error - Schema validation errors.
Constants§
- BITEMPORAL_
RESERVED_ COLUMNS - All reserved bitemporal column names, in slot order (0, 1, 2).
- BITEMPORAL_
SYSTEM_ FROM - Reserved strict-tuple column names for bitemporal collections. Stored in fixed Int64 slots 0/1/2 so the decoder can extract them via a constant-offset jump.
- BITEMPORAL_
VALID_ FROM - BITEMPORAL_
VALID_ UNTIL
Traits§
- Schema
Ops - Shared schema operations (eliminates duplication between Strict and Columnar).