MCPcopy Create free account
hub / github.com/ByConity/ByConity / setInputStreams

Method setInputStreams

src/QueryPlan/MergingAggregatedStep.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void MergingAggregatedStep::setInputStreams(const DataStreams & input_streams_)
104{
105 // TODO: what if input_streams and params->getHeader() are inconsistent
106 input_streams = input_streams_;
107 output_stream->header = appendGroupingColumns(params->getHeader(), groupings);
108}
109
110void MergingAggregatedStep::transformPipeline(QueryPipeline & pipeline, const BuildQueryPipelineSettings & build_settings)
111{

Callers

nothing calls this directly

Calls 2

appendGroupingColumnsFunction · 0.70
getHeaderMethod · 0.45

Tested by

no test coverage detected