Contents
RASTER
and CB_RASTER
mode optionsCB_RASTER
modePIVOT
operation is enabled via the
/aggregate/groupby endpoint options pivot
and
pivot_values
. See Pivot for more informationUNPIVOT
operation is enabled via the new
/aggregate/unpivot endpointAll new geospatial functions have been exposed for SQL usage
Operations: INSERT
, CREATE TEMP TABLE AS
, CREATE VRAM TABLE AS
Functions: KI_SHARD_KEY
Data type: DATETIME
New KI hint that enables specifying a Job ID tag to assist in cancelling the
job if necessary: KI_HINT_JOBID_PREFIX(x)
Additional alterable properties available:
ALTER TABLE ... SET ... COMPRESSION [TO compression_type]
ALTER TABLE ... SET [ACCESS MODE|PROTECTED]
ALTER TABLE ... [SET SCHEMA | MOVE TO] ...
Schema/collection alteration from SQL is now supported; operations available:
ALTER [SCHEMA | COLLECTION] ... ALLOW HOMOGENOUS [TABLES] <TRUE | FALSE>
ALTER [SCHEMA | COLLECTION ] ... SET PROTECTED <TRUE | FALSE>
ALTER [SCHEMA | COLLECTION] ... RENAME TO ...
ALTER [SCHEMA | COLLECTION] ... SET TTL ...
Support for equality of lists, e.g.,
SELECT *
FROM calcs
WHERE (str, num) = ('FURNITURE', 12.3);