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

Method maxSpillLevel

bolt/core/QueryConfig.h:1203–1205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201 }
1202
1203 int32_t maxSpillLevel() const {
1204 return get<int32_t>(kMaxSpillLevel, 4);
1205 }
1206
1207 /// Default offset spill start partition bit. It is used with
1208 /// 'kSpillNumPartitionBits' together to

Callers 4

makeSpillConfigMethod · 0.80
TEST_PFunction · 0.80
DEBUG_ONLY_TEST_PFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 3

TEST_PFunction · 0.64
DEBUG_ONLY_TEST_PFunction · 0.64
TEST_FFunction · 0.64