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

Method resetPartition

bolt/exec/AggregateWindow.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 void resetPartition(const exec::WindowPartition* partition) override {
128 partition_ = partition;
129
130 previousFrameMetadata_.reset();
131 }
132
133 void resetAggregateGroup() {
134 aggregate_->clear();

Callers 2

spillMethod · 0.45
callResetPartitionMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected