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

Method base

bolt/vector/DecodedVector.h:232–234  ·  view source on GitHub ↗

Returns the flat or constant base vector.

Source from the content-addressed store, hash-verified

230
231 /// Returns the flat or constant base vector.
232 const BaseVector* base() const {
233 return baseVector_;
234 }
235
236 /// Returns true if the decoded vector was flat.
237 bool isIdentityMapping() const {

Callers 15

copyMethod · 0.45
copyRangesMethod · 0.45
selectBaseRowsToLoadFunction · 0.45
ensureLoadedRowsImplMethod · 0.45
printFixedWidthFunction · 0.45
summarizeMethod · 0.45
printNonNullMethod · 0.45
summarizeNonNullMethod · 0.45
ArrayVectorPrinterMethod · 0.45
printNonNullMethod · 0.45
summarizeNonNullMethod · 0.45
MapVectorPrinterMethod · 0.45

Calls

no outgoing calls

Tested by 10

testConstantMethod · 0.36
testConstantOpaqueMethod · 0.36
testConstantNullMethod · 0.36
TEST_FFunction · 0.36
testCopyEncodedMethod · 0.36
testSliceMethod · 0.36
TEST_FFunction · 0.36
testMapMethod · 0.36