Skip to main content

ValueVector

Type Alias ValueVector 

Source
pub type ValueVector = LegacyValueVector;
Expand description

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

Aliased Typeยง

pub struct ValueVector { /* private fields */ }