Expand description
Module: model
Responsibility: runtime schema-model types consumed by planning and execution. Does not own: declarative schema ASTs or macro-time code generation surfaces. Boundary: internal runtime model layer derived from typed entities and indexes.
This module contains the runtime representations of schema-level concepts,
as opposed to their declarative or macro-time forms. Types in model are
instantiated and used directly by query planning, executors, and storage
layers.
Structs§
- Entity
Model - EntityModel
- Enum
Variant Model - EnumVariantModel
- Field
Model - FieldModel
- Index
Model - IndexModel
- Index
Predicate Metadata - IndexPredicateMetadata
Enums§
- Field
Kind - FieldKind
- Field
Storage Decode - FieldStorageDecode
- Index
Expression - IndexExpression
- Index
KeyItem - IndexKeyItem
- Index
KeyItems Ref - IndexKeyItemsRef
- Relation
Strength - RelationStrength
Type Aliases§
- Generated
Index Predicate Resolver - GeneratedIndexPredicateResolver