Skip to main content

Module udf_context

Module udf_context 

Source
Expand description

Thread-local UDF context for call_udf. Set by the main crate’s SparkSession.

Functions§

get_thread_udf_context
Get the thread-local UDF context for call_udf.
set_thread_udf_context
Set the thread-local UDF context (registry + case_sensitive). Called by the main crate’s session.