summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/sql.h
diff options
context:
space:
mode:
authorvvvv <[email protected]>2025-01-23 12:15:40 +0300
committervvvv <[email protected]>2025-01-23 13:03:56 +0300
commit877f59b1c8a50055fae8f392cbdbf24636d920f8 (patch)
treec68bdabce3e2acd80b5decbf2ebcd4d02f3ea70f /yql/essentials/sql/sql.h
parent6d7132e53353b6fe47a3ded23561e26e1d1745e1 (diff)
drop deprecated funcs
commit_hash:f593b211ff2e1c5755194ba05cb99846d1bf0341
Diffstat (limited to 'yql/essentials/sql/sql.h')
-rw-r--r--yql/essentials/sql/sql.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/yql/essentials/sql/sql.h b/yql/essentials/sql/sql.h
index f0f844c88a1..891ea4f6840 100644
--- a/yql/essentials/sql/sql.h
+++ b/yql/essentials/sql/sql.h
@@ -22,8 +22,6 @@ namespace NSQLTranslation {
const TTranslationSettings& settings = {}, ui16* actualSyntaxVersion = nullptr);
ILexer::TPtr SqlLexer(const TString& query, NYql::TIssues& issues, const TTranslationSettings& settings = {}, ui16* actualSyntaxVersion = nullptr);
- /*[[deprecated]] Use SqlASTToYql(query, protoAst, hints, settings)*/
- NYql::TAstParseResult SqlASTToYql(const google::protobuf::Message& protoAst, const TSQLHints& hints, const TTranslationSettings& settings);
NYql::TAstParseResult SqlASTToYql(const TString& query, const google::protobuf::Message& protoAst, const TSQLHints& hints, const TTranslationSettings& settings);
TVector<NYql::TAstParseResult> SqlToAstStatements(const TString& query, const TTranslationSettings& settings,