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

Method reset

bolt/exec/tests/AsyncSpillerTest.cpp:1008–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1006 }
1007
1008 void reset() {
1009 spiller_.reset();
1010 rowContainer_.reset();
1011 rowVector_.reset();
1012 rows_.clear();
1013 partitions_.clear();
1014 }
1015
1016 const TestParam param_;
1017 const Spiller::Type type_;

Callers 2

setupSpillDataMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected