blob: 5b33b43c0d3ecce62eb48032b8fd169cefd21360 (
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);
}
  |