diff --git a/src/grammar/constants.ts b/src/grammar/constants.ts index 43c807a..a10f19a 100644 --- a/src/grammar/constants.ts +++ b/src/grammar/constants.ts @@ -1,6 +1,7 @@ export const constants: string[] = [ "asc", "brotli", + "cadence", "century", "complete", "datestyle", @@ -27,9 +28,11 @@ export const constants: string[] = [ "jwk", "linear", "local", + "lttb", "lz4", "lz4_raw", "lzo", + "m4", "manual", "max_identifier_length", "microsecond", @@ -37,6 +40,7 @@ export const constants: string[] = [ "millennium", "millisecond", "milliseconds", + "minmax", "minute", "minutes", "month", @@ -68,6 +72,7 @@ export const constants: string[] = [ "transaction_isolation", "true", "uncompressed", + "uniform", "week", "weeks", "year", diff --git a/src/grammar/keywords.ts b/src/grammar/keywords.ts index 07a29bf..6a6c8ee 100644 --- a/src/grammar/keywords.ts +++ b/src/grammar/keywords.ts @@ -12,8 +12,8 @@ export const keywords: string[] = [ "as", "asof", "assume", - "attach", "atomic", + "attach", "backup", "base", "batch", @@ -31,10 +31,10 @@ export const keywords: string[] = [ "checkpoint", "column", "columns", + "commitLag", "compile", "compression_codec", "compression_level", - "commitLag", "convert", "copy", "create", @@ -97,8 +97,8 @@ export const keywords: string[] = [ "keep", "key", "keys", - "latest", "lateral", + "latest", "left", "length", "level", @@ -131,8 +131,8 @@ export const keywords: string[] = [ "param", "parameters", "parquet_version", - "partition_by", "partition", + "partition_by", "partitions", "password", "period", @@ -148,8 +148,8 @@ export const keywords: string[] = [ "raw_array_encoding", "references", "refresh", - "release", "reindex", + "release", "remove", "rename", "repair", @@ -171,9 +171,10 @@ export const keywords: string[] = [ "splice", "squash", "start", + "statistics_enabled", "step", "storage", - "statistics_enabled", + "subsample", "suspend", "system", "table",