Module core

Source
Expand description

Core datafusion expressions Enabled via feature flag core_expressions “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
planner
struct
version
VersionFunc: Implementation of the version 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