blob: 146dcfff7aa25808c2a9a20e32c8fec819d40bc4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#include <yql/essentials/parser/proto_ast/common.h>
namespace NSQLTranslationV1 {
NSQLTranslation::TParserFactoryPtr MakeAntlr4ParserFactory(
bool isAmbiguityError = false,
bool isAmbiguityDebugging = false);
} // namespace NSQLTranslationV1
|