Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ clear
Method
clear
bolt/serializers/PrestoSerializer.cpp:3636–3641 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3634
}
3635
3636
void clear() override {
3637
numRows_ = 0;
3638
for (auto& stream : streams_) {
3639
stream->clear();
3640
}
3641
}
3642
3643
private:
3644
StreamArena* const streamArena_;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected