pub(crate) fn find_function_context(
args: &ScalarFunctionArgs,
) -> Result<&FunctionContext>
Expand description
Find the FunctionContext in the [ScalarFunctionArgs]. The FunctionContext was set previously in the DataFusion session context creation, and is passed all the way down to the args by DataFusion.