bool
byte
(1)short
(2)int
long
float
(2)double
binary
(must be base64 encoded)text
(3)
These are compatible with text or binary type.
timestamp
(alt.adql:TIMESTAMP
)
Note: Prefer text
or binary
over adql:CLOB
/adql:BLOB
.
adql.POINT
adql.REGION
Notes:
- In practice, database responses will only use binary type
- Not likely to be used over larger types much in practice
- JSON mandates UTF-8 (default), UTF-16, or UTF-32