Skip to main content

parse_json_expr

Function parse_json_expr 

Source
fn parse_json_expr(json_text: Expr) -> Expr
Expand description

Parses a JSON text expression into a JSONB value, cast from the UDF’s BinaryView output to Binary — the storage type the computed tables’ declared json columns map to in Arrow.