turn off parser analyze
This commit is contained in:
parent
22ca94e36e
commit
7b993d2f09
|
@ -308,8 +308,6 @@ const std::string error_message_control< Rule >::error_message = "Invalid predic
|
|||
|
||||
Predicate parse(const std::string &query)
|
||||
{
|
||||
analyze< pred >();
|
||||
|
||||
Predicate out_predicate(Predicate::Type::And);
|
||||
|
||||
ParserState state;
|
||||
|
|
Loading…
Reference in New Issue