static PARSE_JSON_UDF: LazyLock<Arc<ScalarUDF>>
The parse_json UDF, shared by all derivation plans. Resolved from the global registry once: the UDF is stateless (its FunctionContext is unused).
parse_json
FunctionContext