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

Method rowBasedSpillMode

bolt/core/QueryConfig.h:1219–1221  ·  view source on GitHub ↗

control row based spill, "raw" means enable row based spill with raw data, "compression" means enable row based spill with compressed data, otherwise disable row based spill

Source from the content-addressed store, hash-verified

1217 int32_t testingSpillPct() const {
1218 return get<int32_t>(kTestingSpillPct, 0);
1219 }
1220
1221 int32_t maxSpillLevel() const {
1222 return get<int32_t>(kMaxSpillLevel, 4);
1223 }
1224

Callers 5

LocalShuffleMethod · 0.80
initializeMethod · 0.80
WindowMethod · 0.80
OrderByMethod · 0.80
setupSpillerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected