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

Method hasOutput

bolt/exec/GroupingSet.cpp:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240bool GroupingSet::hasOutput() {
241 return noMoreInput_ || remainingInput_;
242}
243
244void GroupingSet::addInputForActiveRows(
245 const RowVectorPtr& input,

Callers 1

getOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected