pub const fn encoded_len<T>(_col: &PrimitiveArray<T>) -> usizewhere
T: ArrowPrimitiveType,
T::Native: FixedLengthEncoding,
Expand description
Returns the total encoded length (including null byte) for a value of type T::Native
pub const fn encoded_len<T>(_col: &PrimitiveArray<T>) -> usizewhere
T: ArrowPrimitiveType,
T::Native: FixedLengthEncoding,
Returns the total encoded length (including null byte) for a value of type T::Native