1 2 3 4 5 6 7 8 9
#pragma once #include <ydb/library/yql/parser/lexer_common/lexer.h> namespace NSQLTranslationV1 { NSQLTranslation::ILexer::TPtr MakeLexer(bool ansi); }