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

Method limitOffsetDictionaryEncoding

bolt/core/QueryConfig.h:1582–1584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1580 }
1581
1582 bool limitOffsetDictionaryEncoding() const {
1583 return get<bool>(kLimitOffsetDictionaryEncoding, false);
1584 }
1585
1586 int32_t maxHashTableSize() const {
1587 // limit max hash table bucket size

Callers 1

getOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected