Expand description
Core datafusion expressions These are always available and not controlled by a feature flag “core” DataFusion functions
Modules§
- arrow_cast 
- ArrowCastFunc: Implementation of the- arrow_cast
- arrowtypeof
- coalesce
- expr_ext 
- Extension methods for Expr.
- expr_fn
- getfield
- greatest
- least
- named_struct 
- nullif
- nvl
- nvl2
- overlay
- planner
- struct
- union_extract 
- union_tag 
- version
- VersionFunc: Implementation of the- versionfunction.
Functions§
- arrow_cast 
- Return a ScalarUDFimplementation of arrow_cast
- arrow_typeof 
- Return a ScalarUDFimplementation of arrow_typeof
- coalesce
- Return a ScalarUDFimplementation of coalesce
- functions
- Returns all DataFusion functions defined in this package
- get_field 
- Return a ScalarUDFimplementation of get_field
- greatest
- Return a ScalarUDFimplementation of greatest
- least
- Return a ScalarUDFimplementation of least
- named_struct 
- Return a ScalarUDFimplementation of named_struct
- nullif
- Return a ScalarUDFimplementation of nullif
- nvl
- Return a ScalarUDFimplementation of nvl
- nvl2
- Return a ScalarUDFimplementation of nvl2
- overlay
- Return a ScalarUDFimplementation of overlay
- struct
- Return a ScalarUDFimplementation of r#struct
- union_extract 
- Return a ScalarUDFimplementation of union_extract
- union_tag 
- Return a ScalarUDFimplementation of union_tag
- version
- Return a ScalarUDFimplementation of version