Module datafusion::common::error
source · Expand description
DataFusion error types
Macros§
- Macro wraps
$ERR
to add backtrace feature - Macro wraps Err(
$ERR
) to add backtrace feature - Macro wraps
$ERR
to add backtrace feature - Macro wraps Err(
$ERR
) to add backtrace feature - Macro wraps
$ERR
to add backtrace feature - Macro wraps Err(
$ERR
) to add backtrace feature - Macro wraps
$ERR
to add backtrace feature - Macro wraps Err(
$ERR
) to add backtrace feature - Macro wraps
$ERR
to add backtrace feature - Macro wraps Err(
$ERR
) to add backtrace feature - Macro wraps
$ERR
to add backtrace feature - Macro wraps Err(
$ERR
) to add backtrace feature - Macro wraps
$ERR
to add backtrace feature - Macro wraps Err(
$ERR
) to add backtrace feature
Enums§
- DataFusion error
- Schema-related errors
Functions§
- Create a “field not found” DataFusion::SchemaError
- Convenience wrapper over
field_not_found
for when there is no qualifier
Type Aliases§
- Error type for generic operations that could result in DataFusionError::External
- Result type for operations that could result in an DataFusionError
- Result type for operations that could result in an DataFusionError and needs to be shared (wrapped into
Arc
).