diff --git a/src/grammar/constants.ts b/src/grammar/constants.ts index 506b8a9..c80354d 100644 --- a/src/grammar/constants.ts +++ b/src/grammar/constants.ts @@ -8,6 +8,8 @@ export const constants: string[] = [ "days", "decade", "default_transaction_read_only", + "delta_binary_packed", + "delta_length_byte_array", "desc", "dow", "doy", @@ -46,10 +48,12 @@ export const constants: string[] = [ "null", "parquet", "pgwire", + "plain", "prepare", "prev", "quarter", "rest", + "rle_dictionary", "search_path", "second", "seconds", diff --git a/src/grammar/keywords.ts b/src/grammar/keywords.ts index bfe2e3a..5e77378 100644 --- a/src/grammar/keywords.ts +++ b/src/grammar/keywords.ts @@ -18,6 +18,7 @@ export const keywords: string[] = [ "base", "batch", "between", + "bloom_filter", "by", "bypass", "cache", @@ -97,6 +98,7 @@ export const keywords: string[] = [ "key", "keys", "latest", + "lateral", "left", "length", "level", @@ -120,6 +122,7 @@ export const keywords: string[] = [ "option", "or", "order", + "ordinality", "others", "outer", "over", @@ -141,6 +144,7 @@ export const keywords: string[] = [ "public", "query", "range", + "raw_array_encoding", "references", "refresh", "release", @@ -186,6 +190,7 @@ export const keywords: string[] = [ "unbounded", "union", "unlock", + "unnest", "unpivot", "update", "upsert", @@ -204,5 +209,4 @@ export const keywords: string[] = [ "within", "writer", "zone", - "raw_array_encoding", ]