Expand description
Core datafusion expressions
Enabled via feature flag core_expressions
“core” DataFusion functions
Modules§
- arrow_
cast ArrowCastFunc
: Implementation of thearrow_cast
- arrowtypeof
- coalesce
- expr_
ext - Extension methods for Expr.
- expr_fn
- getfield
- greatest
- least
- named_
struct - nullif
- nvl
- nvl2
- planner
- struct
- version
VersionFunc
: Implementation of theversion
function.
Functions§
- arrow_
cast - Return a
ScalarUDF
implementation of arrow_cast - arrow_
typeof - Return a
ScalarUDF
implementation of arrow_typeof - coalesce
- Return a
ScalarUDF
implementation of coalesce - functions
- Returns all DataFusion functions defined in this package
- get_
field - Return a
ScalarUDF
implementation of get_field - greatest
- Return a
ScalarUDF
implementation of greatest - least
- Return a
ScalarUDF
implementation of least - named_
struct - Return a
ScalarUDF
implementation of named_struct - nullif
- Return a
ScalarUDF
implementation of nullif - nvl
- Return a
ScalarUDF
implementation of nvl - nvl2
- Return a
ScalarUDF
implementation of nvl2 - struct
- Return a
ScalarUDF
implementation of r#struct - version
- Return a
ScalarUDF
implementation of version