pub type Result<T, E = DataFusionError> = Result<T, E>;
Result type for operations that could result in an