fn parse_json_expr(json_text: Expr) -> ExprExpand 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.
fn parse_json_expr(json_text: Expr) -> ExprParses 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.