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

Method abandonBuildNoDupHashMinRows

bolt/core/QueryConfig.h:1275–1277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1273 }
1274
1275 int32_t abandonBuildNoDupHashMinRows() const {
1276 return get<int32_t>(kAbandonBuildNoDupHashMinRows, 100'000);
1277 }
1278
1279 int32_t abandonBuildNoDupHashMinPct() const {
1280 return get<int32_t>(kAbandonBuildNoDupHashMinPct, 80);

Callers 1

HashBuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected