pub fn arrow_err(e: ArrowError) -> DataFusionErrorExpand description
Convert an ArrowError into a DataFusionError.
Wraps the Arrow-level error into DataFusion’s ArrowError variant. Use this
with .map_err(arrow_err) when calling raw Arrow compute kernels from
DataFusion execution plans.