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

Function hasNestedDictionaryLayers

bolt/vector/fuzzer/VectorFuzzer.cpp:923–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921};
922
923bool hasNestedDictionaryLayers(const VectorPtr& baseVector) {
924 return baseVector && VectorEncoding::isDictionary(baseVector->encoding()) &&
925 VectorEncoding::isDictionary(baseVector->valueVector()->encoding());
926}
927
928} // namespace
929

Callers 1

wrapInLazyVectorMethod · 0.85

Calls 2

isDictionaryFunction · 0.85
encodingMethod · 0.45

Tested by

no test coverage detected