Module mz_persist_types::dyn_struct
source · Expand description
Type erased columnar structs.
Structs§
- A set of exclusive references to named columns.
- A set of shared references to named columns.
- A “dynamic” columnar struct.
- The schema of a “dynamic” columnar struct.
- A crate::columnar::ColumnGet impl for DynStruct.
- A crate::columnar::ColumnPush impl for DynStruct.
- A new-type wrapper for a mutable
arrow
validity column. - A new-type wrapper for an
arrow
validity column.