MCPcopy 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
236bool GroupingSet::hasSpilled() const {
237 return spiller_ != nullptr;
238}
239
240bool GroupingSet::hasOutput() {
241 return noMoreInput_ || remainingInput_;

Callers 5

recordRuntimeMetricsMethod · 0.45
getDistinctOutputMethod · 0.45
reclaimMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected