Enumeration

DataFusionError

since: 10.0.0

Declaration

error-domain DataFusion.Error

Description [src]

The error codes are used by all datafusion-glib functions.

They are corresponding to DFErrorCode values.

Available since: 10.0.0

Members

GDF_ERROR_ARROW

Error returned by arrow crate.

  • Value: 0
  • Nickname: arrow
  • Available since: 10.0.0
GDF_ERROR_PARQUET

Error returned by parquet crate.

  • Value: 1
  • Nickname: parquet
  • Available since: 10.0.0
GDF_ERROR_AVRO

Error returned by avro-rs crate.

  • Value: 2
  • Nickname: avro
  • Available since: 10.0.0
GDF_ERROR_OBJECT_STORE

Error returned by object_store crate.

  • Value: 3
  • Nickname: object-store
  • Available since: 10.0.0
GDF_ERROR_IO

Error associated to I/O operations and associated traits.

  • Value: 4
  • Nickname: io
  • Available since: 10.0.0
GDF_ERROR_SQL

Error returned when SQL is syntactically incorrect.

  • Value: 5
  • Nickname: sql
  • Available since: 10.0.0
GDF_ERROR_NOT_IMPLEMENTED

Error returned on a branch that we know it is possible but to which we still have no implementation for. Often, these errors are tracked in our issue tracker.

  • Value: 6
  • Nickname: not-implemented
  • Available since: 10.0.0
GDF_ERROR_INTERNAL

Error returned as a consequence of an error in DataFusion. This error should not happen in normal usage of DataFusion.

  • Value: 7
  • Nickname: internal
  • Available since: 10.0.0
GDF_ERROR_PLAN

This error happens whenever a plan is not valid. Examples include impossible casts.

  • Value: 8
  • Nickname: plan
  • Available since: 10.0.0
GDF_ERROR_SCHEMA

This error happens with schema-related errors, such as schema inference not possible and non-unique column names.

  • Value: 9
  • Nickname: schema
  • Available since: 10.0.0
GDF_ERROR_EXECUTION

Error returned during execution of the query. Examples include files not found, errors in parsing certain types.

  • Value: 10
  • Nickname: execution
  • Available since: 10.0.0
GDF_ERROR_RESOURCES_EXHAUSTED

This error is thrown when a consumer cannot acquire memory from the Memory Manager we can just cancel the execution of the partition.

  • Value: 11
  • Nickname: resources-exhausted
  • Available since: 10.0.0
GDF_ERROR_EXTERNAL

For example, a custom S3Error from the crate datafusion-objectstore-s3.

  • Value: 12
  • Nickname: external
  • Available since: 10.0.0
GDF_ERROR_JIT

Error occurs during code generation.

  • Value: 13
  • Nickname: jit
  • Available since: 10.0.0

Type functions

gdf_error_quark
No description available.

since: 21.0