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

Method resetSpiller

bolt/exec/SpillableWindowBuild.cpp:666–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664template <bool needSort>
665void SpillableWindowBuild<needSort>::resetSpiller() {
666 spillers_[currentPartition_] = nullptr;
667}
668
669template class SpillableWindowBuild<true>;
670template class SpillableWindowBuild<false>;
671

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected