From b97f6789dc2ada5691700e2c78458635e5c6270a Mon Sep 17 00:00:00 2001 From: James Duong Date: Wed, 27 Nov 2024 11:58:15 -0800 Subject: [PATCH] Add Trendline to KeywordsCanBeId Signed-off-by: James Duong --- ppl/src/main/antlr/OpenSearchPPLParser.g4 | 1 + 1 file changed, 1 insertion(+) diff --git a/ppl/src/main/antlr/OpenSearchPPLParser.g4 b/ppl/src/main/antlr/OpenSearchPPLParser.g4 index 98129917ff..bbcef18d71 100644 --- a/ppl/src/main/antlr/OpenSearchPPLParser.g4 +++ b/ppl/src/main/antlr/OpenSearchPPLParser.g4 @@ -870,6 +870,7 @@ keywordsCanBeId | KMEANS | AD | ML + | TRENDLINE // commands assist keywords | SOURCE | INDEX