#pragma once #include #include namespace NSQLComplete { using namespace NSQLPureAST; struct TParsedInput { TCompletionInput Original; // with CursorPosition in UTF8 runes, not bytes antlr4::CommonTokenStream* Tokens; SQLv1* Parser; SQLv1::Sql_queryContext* SqlQuery; }; } // namespace NSQLComplete