Expand description
Declarative partition validation, value comparison, and routing semantics.
Structs§
Traits§
- Partition
Catalog - Hierarchy definitions needed to validate and route a row; no storage writes are exposed.
- Partition
Expressions - Evaluate declared partition keys and bounds with the caller’s expression scope.
Functions§
- partition_
constraint_ accepts_ document - Evaluate a retained detached-partition CHECK without requiring a live parent edge. This is also the exact predicate used for prospective ATTACH row scans.
- partition_
hierarchy_ root - partition_
identity_ owner - Return the physical counter owner for legacy auto-increment metadata. Declarative partitions share the top partitioned parent’s counter; newly created SERIAL and identity columns use their durable sequence binding instead.
- partition_
insert_ target - prospective_
partition_ bound_ accepts_ document - Test one stored row against a prospective direct-child bound before the hierarchy edge is installed. DEFAULT means no existing non-default sibling accepts the row, matching the routing decision the new edge will expose.
- validate_
hash_ partition_ spec - validate_
new_ partition_ bound