Expand description
DFSchema is an extended schema struct that DataFusion uses to provide support for fields with optional relation names.
Structs§
- DFSchema
- DFSchema wraps an Arrow schema and adds relation names.
Traits§
- Expr
Schema - Provides schema information needed by certain methods of
Expr(defined in the datafusion-common crate). - Schema
Ext - DataFusion-specific extensions to [
Schema]. - ToDF
Schema - Convenience trait to convert Schema like things to DFSchema and DFSchemaRef with fewer keystrokes
Functions§
- format_
field_ 🔒with_ indent - Format field with proper nested indentation for complex types
- format_
simple_ 🔒data_ type - Format simple DataType in lowercase format (for leaf nodes)
- qualified_
name
Type Aliases§
- DFSchema
Ref - A reference-counted reference to a DFSchema.