Expand description
Factorized execution core types.
See spec Section 13 for semantics.
Structs§
- Factorized
Chunk - A factorized chunk: a batch of vector groups.
- Query
Result - Final materialized query result.
- Vector
Group - A vector group: one row-set with named typed columns and a multiplicity.
Enums§
- Typed
Vector - A typed column vector (one column of data in a group).
- Value
- A scalar value (materialized from TypedVector for output).