aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/library/yql/sql/v1/lexer/lexer.h
blob: 312c1e20724774f24f5ae09314c7d9edc1d8066e (plain) (blame)
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);

}