Sign in
◑
Theme
apache
/
datafusion-sqlparser-rs
/
refs/heads/postgres-root-operators-display-space
/
.
/
fuzz
/
fuzz_seeds
/
postgres_cast_json.sql
blob: 721a127351e1ed9ba76ac770bb504c6dd36b967e [
file
]
SELECT
a
::
int
,
b
::
text
[],
c-
>
'key'
,
c-
>>
'key'
,
d
#>
'{a,b}'
,
e
[
1
],
ARRAY
[
1
,
2
,
3
]
FROM
t