MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / clone

Method clone

src/Processors/QueryPlan/FilterStep.cpp:467–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467QueryPlanStepPtr FilterStep::clone() const
468{
469 return std::make_unique<FilterStep>(*this);
470}
471
472void registerFilterStep(QueryPlanStepRegistry & registry);
473void registerFilterStep(QueryPlanStepRegistry & registry)

Callers 1

describeActionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected