The typed integer accessors cover
INT64 and INT32. UINT32 and UINT64 accessors are not supported, because Firebolt has no unsigned type.
Field access operator
The-> operator reads a field from a JSON value:
JSON path support
Paths support the root$, dot access (.key), bracket access (['key'] or ["key"]), and array index ([n]). Wildcards ([*], .*), recursive descent (..), array slices, and filter expressions are not supported.