arrow_row::fixed

Function decode_fixed

Source
unsafe fn decode_fixed<T: FixedLengthEncoding + ArrowNativeType>(
    rows: &mut [&[u8]],
    data_type: DataType,
    options: SortOptions,
) -> ArrayData
Expand description

Decodes a ArrayData from rows based on the provided FixedLengthEncoding T

ยงSafety

data_type must be appropriate native type for T