Expand description
DataFusion error type DataFusionError
and Result
.
Enums§
- Data
Fusion Error - DataFusion error
Type Aliases§
- Result
- Result type for operations that could result in an DataFusionError
- Shared
Result - Result type for operations that could result in an DataFusionError and needs to be shared (wrapped into
Arc
).