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

Method setNumRowsPerOutput

bolt/exec/WindowBuild.h:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 // Specifies the maximum number of rows to read per spill read operation.
154 void setMaxOutputRows(uint32_t maxOutputRows) {
155 maxOutputRows_ = maxOutputRows;
156 }
157
158 virtual void resetSpiller() {}

Callers 2

initializeMethod · 0.80
getOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected