blob: e9968954e1fd3f78693f0a93d93277ef2df16e7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#pragma once
#include <yql/essentials/parser/lexer_common/lexer.h>
namespace NSQLTranslationV1 {
NSQLTranslation::TLexerFactoryPtr MakeRegexLexerFactory(bool ansi);
} // namespace NSQLTranslationV1
|