summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/proto_parser/antlr4/proto_parser.h
diff options
context:
space:
mode:
authorvitya-smirnov <[email protected]>2025-10-06 09:00:56 +0300
committervitya-smirnov <[email protected]>2025-10-06 09:18:09 +0300
commit96bddf8336a6ca765ee3141049197b8bff1810b5 (patch)
treeeec486eb50dbb0736245f9f4c12ca387162a3707 /yql/essentials/sql/v1/proto_parser/antlr4/proto_parser.h
parentff0062834bf261b420f838c43effdf5d49beafd5 (diff)
YQL-20116: Introduce ANTLR4 ambiguity detection
- Ignored 2 known ambiguities. - Tested tools. commit_hash:9e29bb2f876dabc68293b3e5c26a470d373506ae
Diffstat (limited to 'yql/essentials/sql/v1/proto_parser/antlr4/proto_parser.h')
-rw-r--r--yql/essentials/sql/v1/proto_parser/antlr4/proto_parser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/yql/essentials/sql/v1/proto_parser/antlr4/proto_parser.h b/yql/essentials/sql/v1/proto_parser/antlr4/proto_parser.h
index 5fcb4606736..5b33b43c0d3 100644
--- a/yql/essentials/sql/v1/proto_parser/antlr4/proto_parser.h
+++ b/yql/essentials/sql/v1/proto_parser/antlr4/proto_parser.h
@@ -3,6 +3,8 @@
namespace NSQLTranslationV1 {
-NSQLTranslation::TParserFactoryPtr MakeAntlr4ParserFactory();
+NSQLTranslation::TParserFactoryPtr MakeAntlr4ParserFactory(
+ bool isAmbiguityError = false,
+ bool isAmbiguityDebugging = false);
}