Skip to main content

Module core

Module core 

Source
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
arrow_field
arrow_metadata
arrow_try_cast
ArrowTryCastFunc: Implementation of the arrow_try_cast
arrowtypeof
cast_to_type
CastToTypeFunc: Implementation of the cast_to_type function
coalesce
expr_ext
Extension methods for Expr.
expr_fn
getfield
greatest
least
named_struct
nullif
nvl
nvl2
overlay
planner
struct
try_cast_to_type
TryCastToTypeFunc: Implementation of the try_cast_to_type function
union_extract
union_tag
version
VersionFunc: Implementation of the version function.
with_metadata

Functions§

arrow_cast
Return a ScalarUDF implementation of arrow_cast
arrow_field
Return a ScalarUDF implementation of arrow_field
arrow_metadata
Return a ScalarUDF implementation of arrow_metadata
arrow_try_cast
Return a ScalarUDF implementation of arrow_try_cast
arrow_typeof
Return a ScalarUDF implementation of arrow_typeof
cast_to_type
Return a ScalarUDF implementation of cast_to_type
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
overlay
Return a ScalarUDF implementation of overlay
struct
Return a ScalarUDF implementation of r#struct
try_cast_to_type
Return a ScalarUDF implementation of try_cast_to_type
union_extract
Return a ScalarUDF implementation of union_extract
union_tag
Return a ScalarUDF implementation of union_tag
version
Return a ScalarUDF implementation of version
with_metadata
Return a ScalarUDF implementation of with_metadata