Skip to main content

JSON_OBJECT_UDF

Static JSON_OBJECT_UDF 

Source
static JSON_OBJECT_UDF: LazyLock<Arc<ScalarUDF>>
Expand description

The json_object UDF, resolved like PARSE_JSON_UDF. It assembles the JSONB binary directly from the value columns, so runtime values need no JSON text escaping.