Expand description
re-export of datafusion_functions_nested
crate, if “nested_expressions” feature is enabled
Modules§
- array_
has nested_expressions
ScalarUDFImpl
definitions for array_has, array_has_all and array_has_any functions.- cardinality
nested_expressions
ScalarUDFImpl
definitions for cardinality function.- concat
nested_expressions
ScalarUDFImpl
definitions forarray_append
,array_prepend
andarray_concat
functions.- dimension
nested_expressions
ScalarUDFImpl
definitions for array_dims and array_ndims functions.- distance
nested_expressions
- ScalarUDFImpl definitions for array_distance function.
- empty
nested_expressions
ScalarUDFImpl
definitions for array_empty function.- except
nested_expressions
ScalarUDFImpl
definitions for array_except function.- expr_
ext nested_expressions
- Extension methods for Expr.
- expr_fn
nested_expressions
- Fluent-style API for creating
Expr
s - extract
nested_expressions
ScalarUDFImpl
definitions for array_element, array_slice, array_pop_front, array_pop_back, and array_any_value functions.- flatten
nested_expressions
ScalarUDFImpl
definitions for flatten function.- length
nested_expressions
ScalarUDFImpl
definitions for array_length function.- macros
nested_expressions
- make_
array nested_expressions
ScalarUDFImpl
definitions formake_array
function.- map
nested_expressions
- map_
extract nested_expressions
ScalarUDFImpl
definitions for map_extract functions.- map_
keys nested_expressions
ScalarUDFImpl
definitions for map_keys function.- map_
values nested_expressions
ScalarUDFImpl
definitions for map_values function.- planner
nested_expressions
- SQL planning extensions like
NestedFunctionPlanner
andFieldAccessPlanner
- position
nested_expressions
ScalarUDFImpl
definitions for array_position and array_positions functions.- range
nested_expressions
ScalarUDFImpl
definitions for range and gen_series functions.- remove
nested_expressions
ScalarUDFImpl
definitions for array_remove, array_remove_n, array_remove_all functions.- repeat
nested_expressions
ScalarUDFImpl
definitions for array_repeat function.- replace
nested_expressions
ScalarUDFImpl
definitions for array_replace, array_replace_n and array_replace_all functions.- resize
nested_expressions
ScalarUDFImpl
definitions for array_resize function.- reverse
nested_expressions
ScalarUDFImpl
definitions for array_reverse function.- set_ops
nested_expressions
ScalarUDFImpl
definitions for array_union, array_intersect and array_distinct functions.- sort
nested_expressions
ScalarUDFImpl
definitions for array_sort function.- string
nested_expressions
ScalarUDFImpl
definitions for array_to_string and string_to_array functions.- utils
nested_expressions
- array function utils
Functions§
- all_
default_ nested_ functions nested_expressions
- Return all default nested type functions
- register_
all nested_expressions
- Registers all enabled packages with a
FunctionRegistry