Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ hasSpilled
Method
hasSpilled
bolt/exec/GroupingSet.cpp:236–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
}
235
236
bool GroupingSet::hasSpilled() const {
237
return spiller_ != nullptr;
238
}
239
240
bool GroupingSet::hasOutput() {
241
return noMoreInput_ || remainingInput_;
Callers
5
abandonPartialAggregationEarly
Method · 0.45
recordRuntimeMetrics
Method · 0.45
resetPartialOutputIfNeed
Method · 0.45
getDistinctOutput
Method · 0.45
reclaim
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected