#include "input.h" #include namespace NSQLComplete { TCompletionInput SharpedInput(TString& text) { return NSQLPureAST::TCursorText::FromSharped(text); } } // namespace NSQLComplete