You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ SELECT id, json_col->'a' as json_col_a FROM test_table
62
62
*[x]`json_get_float(json: str, *keys: str | int) -> float` - Get a float value from a JSON string by its "path"
63
63
*[x]`json_get_bool(json: str, *keys: str | int) -> bool` - Get a boolean value from a JSON string by its "path"
64
64
*[x]`json_get_json(json: str, *keys: str | int) -> str` - Get a nested raw JSON string from a JSON string by its "path"
65
+
*[x]`json_get_array(json: str, *keys: str | int) -> array` - Get an arrow array from a JSON string by its "path"
65
66
*[x]`json_as_text(json: str, *keys: str | int) -> str` - Get any value from a JSON string by its "path", represented as a string (used for the `->>` operator)
66
67
*[x]`json_length(json: str, *keys: str | int) -> int` - get the length of a JSON string or array
0 commit comments