Skip to main content

arrow_err

Function arrow_err 

Source
pub fn arrow_err(e: ArrowError) -> DataFusionError
Expand 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.