summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/complete/sql_complete.h
diff options
context:
space:
mode:
authorvitya-smirnov <[email protected]>2025-07-04 11:25:43 +0300
committervitya-smirnov <[email protected]>2025-07-04 11:41:11 +0300
commit8eaab401908d1764d0860e24191f3ed243e975e2 (patch)
treea8bf10c50e9a9ad82fe0d1206e51837716a1d110 /yql/essentials/sql/v1/complete/sql_complete.h
parent94d6d80a1937f3cf2817a2a1d7e04b28eaa7565f (diff)
YQL-19747: Fix small TODOs
- YQL-19747: Remove unused header - YQL-19747: Remove NameSet alias - YQL-19747: Fix identifier typo - YQL-19747: Cosmetics - YQL-19747: Receive NameRequest as const ref - YQL-19747: Remove string_util.h - YQL-19747: Change engine.Complete - YQL-19747: Remove configuration typedef - YQL-19747: Rename context to local commit_hash:451a6ba7c08e670a492222a29463be40a627c867
Diffstat (limited to 'yql/essentials/sql/v1/complete/sql_complete.h')
-rw-r--r--yql/essentials/sql/v1/complete/sql_complete.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/yql/essentials/sql/v1/complete/sql_complete.h b/yql/essentials/sql/v1/complete/sql_complete.h
index 41fb67fc090..3878560a90b 100644
--- a/yql/essentials/sql/v1/complete/sql_complete.h
+++ b/yql/essentials/sql/v1/complete/sql_complete.h
@@ -55,12 +55,9 @@ namespace NSQLComplete {
public:
using TPtr = THolder<ISqlCompletionEngine>;
- // TODO(YQL-19747): Deprecated, Migrate YDB CLI to `TConfiguration`
- using TConfiguration = NSQLComplete::TConfiguration;
-
virtual ~ISqlCompletionEngine() = default;
- virtual TCompletion
+ virtual NThreading::TFuture<TCompletion>
Complete(TCompletionInput input, TEnvironment env = {}) = 0;
virtual NThreading::TFuture<TCompletion> // TODO(YQL-19747): Migrate YDB CLI to `Complete` method