From 15928ed7de68d5a418aa3128c5fcb6f99c5f5e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?javier=20ram=C3=ADrez?= Date: Thu, 5 Feb 2026 12:02:55 +0100 Subject: [PATCH] Add 'cumulative' keyword to keywords list I learnt that we have an optional CUMULATIVE keyword in window functions and we actually have a query on the overview document using it --- src/keywords.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/keywords.ts b/src/keywords.ts index 76b84f5..b8c5f7e 100644 --- a/src/keywords.ts +++ b/src/keywords.ts @@ -37,6 +37,7 @@ export default [ "copy", "create", "cross", + "cumulative", "current", "dedup", "data_page_size",