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

Method isConstantMapping

bolt/vector/DecodedVector.h:242–244  ·  view source on GitHub ↗

Returns true if the decoded vector was constant.

Source from the content-addressed store, hash-verified

240
241 /// Returns true if the decoded vector was constant.
242 bool isConstantMapping() const {
243 return isConstantMapping_;
244 }
245
246 /////////////////////////////////////////////////////////////////
247 /// BEGIN: Members that must only be used by PeeledEncoding class.

Callers 15

selectBaseRowsToLoadFunction · 0.80
ensureLoadedRowsImplMethod · 0.80
testConstantMethod · 0.80
testConstantOpaqueMethod · 0.80
testConstantNullMethod · 0.80
testDictionaryMethod · 0.80
TEST_FFunction · 0.80
hashValuesMethod · 0.80

Calls

no outgoing calls

Tested by 8

testConstantMethod · 0.64
testConstantOpaqueMethod · 0.64
testConstantNullMethod · 0.64
testDictionaryMethod · 0.64
TEST_FFunction · 0.64