Expand description
LegacyValueVector — typed columnar data array used throughout the query engine.
Re-exports§
pub use crate::data_chunk::DataChunk;
Structs§
- Legacy
Value Vector - A vector of values of the same physical type. This is the fundamental columnar data unit in Akar’s query execution.
Functions§
- physical_
type_ size - Returns the byte size of a given physical type.
Type Aliases§
- Value
Vector - Type alias for backward compatibility during Arrow migration.
Use
ValueVectorin existing code; new code should preferVectorfrom arrow_vector.