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.
static JSON_OBJECT_UDF: LazyLock<Arc<ScalarUDF>>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.