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

Method processFinished

bolt/exec/WindowPartition.h:129–131  ·  view source on GitHub ↗

Determines if the current partition is complete and then proceed to the next partition.

Source from the content-addressed store, hash-verified

127 // Determines if the current partition is complete and then proceed to the
128 // next partition.
129 virtual bool processFinished() const {
130 return true;
131 }
132
133 /// Copies the values at 'columnIndex' into 'result' (starting at
134 /// 'resultOffset') for the rows at positions in the 'rowNumbers'

Callers 1

callApplyLoopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected