Skip to main content

Module vector

Module vector 

Source
Expand description

LegacyValueVector — typed columnar data array used throughout the query engine.

Re-exports§

pub use crate::data_chunk::DataChunk;

Structs§

LegacyValueVector
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§

ValueVector
Type alias for backward compatibility during Arrow migration. Use ValueVector in existing code; new code should prefer Vector from arrow_vector.