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

Method setMaxOutputRows

bolt/exec/WindowBuild.h:147–149  ·  view source on GitHub ↗

Specifies the maximum number of rows to read per spill read operation.

Source from the content-addressed store, hash-verified

145
146 // Specifies the maximum number of rows to read per spill read operation.
147 void setMaxOutputRows(uint32_t maxOutputRows) {
148 maxOutputRows_ = maxOutputRows;
149 }
150
151 virtual void resetSpiller() {}
152

Callers 1

noMoreInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected