Cleanup query/context.hpp
Summary: Rename Context to ExecutionContext and make it struct Move ParsingContext to cypher_main_visitor.hpp Reviewers: mtomic, llugovic Reviewed By: llugovic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1810
This commit is contained in:
@@ -436,7 +436,7 @@ void ExaminePlans(
|
||||
}
|
||||
|
||||
query::Query *MakeAst(const std::string &query, query::AstStorage *storage) {
|
||||
query::ParsingContext parsing_context;
|
||||
query::frontend::ParsingContext parsing_context;
|
||||
parsing_context.is_query_cached = false;
|
||||
// query -> AST
|
||||
auto parser = std::make_unique<query::frontend::opencypher::Parser>(query);
|
||||
|
||||
Reference in New Issue
Block a user