Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
240
bool GroupingSet::hasOutput() {
241
return noMoreInput_ || remainingInput_;
242
}
243
244
void GroupingSet::addInputForActiveRows(
245
const RowVectorPtr& input,
Callers
1
getOutput
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected