Expand description
Local UDF implementations that execute in-process against Arrow arrays.
Each module is feature-gated so a deployment can compile only the functions
it needs. register_local_udfs registers every enabled family onto a
DataFusion SessionContext.
Modules§
- avro_
decimal - Avro decimal decoding UDF.
- crypto
- Cryptographic UDF implementations.
- json
- JSON manipulation UDF implementations.
- spark_
compat - Spark-compatible UDF implementations.
Functions§
- register_
local_ udfs - Register all enabled local UDFs with a
DataFusioncontext.