aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/lexer/antlr4/lexer.h
blob: 89d598d018efa87304f215d894a1cc65a17b2509 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once
#include <yql/essentials/parser/lexer_common/lexer.h>

namespace NSQLTranslationV1 {

NSQLTranslation::TLexerFactoryPtr MakeAntlr4LexerFactory();

}