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

Method loadNextPartialPartitionFromSpill

bolt/exec/WindowBuild.h:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160 void setNumRowsPerOutput(vector_size_t numRowsPerOutput) {
161 numRowsPerOutput_ = numRowsPerOutput;
162 }
163
164 virtual void setIgnorePeer(bool ignorePeer) {
165 BOLT_UNREACHABLE("should not call setIgnorePeer in base WindowBuild");
166 }

Callers 2

callApplyLoopMethod · 0.45
getOutputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected