blob: f852e003ee9aa96e15b8ec14b454bcc79fdb714d (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#pragma once
#include <yql/essentials/parser/proto_ast/common.h>
namespace NSQLTranslationV1 {
NSQLTranslation::TParserFactoryPtr MakeAntlr3AnsiParserFactory();
} // namespace NSQLTranslationV1
|