#pragma once #include #include namespace NSQLComplete { using TCompletionInput = NSQLPureAST::TCursorText; struct TMaterializedInput { TString Text; size_t CursorPosition = Text.length(); }; TCompletionInput SharpedInput(TString& text Y_LIFETIME_BOUND); } // namespace NSQLComplete