proper signature

This commit is contained in:
Alexander Kuzmenkov 2020-12-24 12:06:12 +03:00
parent 912995cbae
commit 2bb0f5772e

View File

@ -98,9 +98,6 @@ private:
std::vector<std::shared_ptr<Context>> interpreter_context; std::vector<std::shared_ptr<Context>> interpreter_context;
}; };
void debugExplainStep( std::string debugExplainStep(const IQueryPlanStep & step);
const IQueryPlanStep & step,
QueryPlanStepFormatSettings & settings,
const QueryPlan::ExplainPlanOptions & options);
} }