Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert from and table source grammars
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sebastian <paulstn@amazon.com>
paulstn committed Jan 9, 2025
1 parent 2462844 commit b12ce80
Showing 3 changed files with 911 additions and 851 deletions.

Large diffs are not rendered by default.

1,754 changes: 907 additions & 847 deletions src/plugins/data/public/antlr/opensearch_ppl/.generated/OpenSearchPPLParser.ts

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -168,12 +168,12 @@ mlArg
fromClause
: SOURCE EQUAL tableSourceClause
| INDEX EQUAL tableSourceClause
// | SOURCE EQUAL tableFunction
// | INDEX EQUAL tableFunction
| SOURCE EQUAL tableFunction
| INDEX EQUAL tableFunction
;

tableSourceClause
: tableSource // (COMMA tableSource)*
: tableSource (COMMA tableSource)*
;

renameClasue

0 comments on commit b12ce80

Please sign in to comment.