MCPcopy Create free account
hub / github.com/bytedance/bolt / addInput

Method addInput

bolt/exec/StreamingAggregation.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void StreamingAggregation::addInput(RowVectorPtr input) {
116 input_ = std::move(input);
117}
118
119namespace {
120// Compares a row in one vector with another row in another vector and returns

Callers 2

evaluateAggregatesMethod · 0.45
getOutputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected