summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/proto_parser/proto_parser.h
diff options
context:
space:
mode:
authorYDBot <[email protected]>2025-10-21 00:52:27 +0000
committerYDBot <[email protected]>2025-10-21 00:52:27 +0000
commita703d86902fd02bd8e373d959b2498c034657449 (patch)
tree1828c35d2d0872dce812b67b3e295df5fb7236a4 /yql/essentials/sql/v1/proto_parser/proto_parser.h
parent51b66527943329176e027929f58092c77e94c2f8 (diff)
parent1138a2be17ffd323e177f9ceef97dd46879e6608 (diff)
Sync branches 251021-0051
Diffstat (limited to 'yql/essentials/sql/v1/proto_parser/proto_parser.h')
-rw-r--r--yql/essentials/sql/v1/proto_parser/proto_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yql/essentials/sql/v1/proto_parser/proto_parser.h b/yql/essentials/sql/v1/proto_parser/proto_parser.h
index c4a3c663207..39f8f2cbf2e 100644
--- a/yql/essentials/sql/v1/proto_parser/proto_parser.h
+++ b/yql/essentials/sql/v1/proto_parser/proto_parser.h
@@ -24,4 +24,5 @@ google::protobuf::Message* SqlAST(const TParsers& parsers, const TString& query,
NYql::TIssues& err, size_t maxErrors, bool ansiLexer, bool antlr4Parser, google::protobuf::Arena* arena);
google::protobuf::Message* SqlAST(const TParsers& parsers, const TString& query, const TString& queryName,
NAST::IErrorCollector& err, bool ansiLexer, bool antlr4Parser, google::protobuf::Arena* arena);
+
} // namespace NSQLTranslationV1