make_jsonb_format_json_udf

Function make_jsonb_format_json_udf 

Source
pub fn make_jsonb_format_json_udf() -> ScalarUDF
Expand description

Creates a user-defined function to format a JSONB value as a JSON string.

This function accepts both Binary and Dictionary<Int32, Binary> inputs, allowing it to work seamlessly with dictionary-encoded JSONB columns. Returns Dictionary<Int32, Utf8> for memory efficiency.