Thalweg · API reference ← Main docs

Module local

Module local 

Source
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 DataFusion context.