Crate datafusion_functions_array
source ·Expand description
Array Functions for DataFusion.
This crate contains a collection of array functions implemented using the extension API.
You can register the functions in this crate using the register_all
function.
Modules§
- Fluent-style API for creating
Expr
s
Functions§
- Registers all enabled packages with a
FunctionRegistry