Skip to main content

normalize_legacy_fixed_columns

Function normalize_legacy_fixed_columns 

Source
pub fn normalize_legacy_fixed_columns(
    batch: &RecordBatch,
) -> Result<RecordBatch, ArrowError>
Expand description

Normalizes legacy fixed-point byte columns to the open decimal representation.

ยงErrors

Returns an [ArrowError] if a column has an invalid physical array or value.