diff --git a/src/constants.ts b/src/constants.ts index e5cc9ce..6298036 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -19,6 +19,8 @@ export default [ "lz4_raw", "lzo", "manual", + "microsecond", + "microseconds", "millisecond", "milliseconds", "minute", diff --git a/src/keywords.ts b/src/keywords.ts index d2d2271..228203c 100644 --- a/src/keywords.ts +++ b/src/keywords.ts @@ -182,6 +182,7 @@ export default [ "wal", "when", "where", + "window", "with", "writer", "zone",