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.