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

Method ExpressionStep

src/Processors/QueryPlan/ExpressionStep.cpp:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67ExpressionStep::ExpressionStep(SharedHeader input_header_, ActionsDAG actions_dag_)
68 : ITransformingStep(
69 input_header_,
70 std::make_shared<const Block>(ExpressionTransform::transformHeader(*input_header_, actions_dag_)),
71 getTraits(actions_dag_))
72 , actions_dag(std::move(actions_dag_))
73{
74}
75
76void ExpressionStep::transformPipeline(QueryPipelineBuilder & pipeline, const BuildQueryPipelineSettings & settings)
77{

Callers

nothing calls this directly

Calls 2

transformHeaderFunction · 0.85
getTraitsFunction · 0.70

Tested by

no test coverage detected