Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
spill
Method · 0.45
callResetPartition
Method · 0.45
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected