From 1db295c8c6e521af7a3b7f7f6ed4ceb4066e921a Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 29 Mar 2021 10:45:07 +0200 Subject: Remove unsupported constructs --- .../src/main/antlr4/com/yahoo/search/yql/yqlplus.g4 | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'container-search/src/main/antlr4/com') diff --git a/container-search/src/main/antlr4/com/yahoo/search/yql/yqlplus.g4 b/container-search/src/main/antlr4/com/yahoo/search/yql/yqlplus.g4 index 26357267f4e..109e43d7029 100644 --- a/container-search/src/main/antlr4/com/yahoo/search/yql/yqlplus.g4 +++ b/container-search/src/main/antlr4/com/yahoo/search/yql/yqlplus.g4 @@ -262,22 +262,13 @@ select_source_multi ; select_source_join - : FROM source_spec join_expr* + : FROM source_spec ; source_list : namespaced_name (COMMA namespaced_name )* ; -join_expr - : (join_spec source_spec ON joinExpression) - ; - -join_spec - : LEFT JOIN - | 'inner'? JOIN - ; - source_spec : ( data_source (alias_def { ($data_source.ctx).addChild($alias_def.ctx); })? ) ; -- cgit v1.2.3