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

Method data

bolt/vector/DecodedVector.h:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 /// decoding.
149 template <typename T>
150 const T* data() const {
151 return reinterpret_cast<const T*>(data_);
152 }
153
154 /// Returns the raw nulls buffer for the base vector combined with nulls found
155 /// in dictionary wrappings. May return nullptr if there are no nulls. Use

Callers 15

setValidMethod · 0.45
setValidRangeMethod · 0.45
isValidMethod · 0.45
asRangeMethod · 0.45
asMutableRangeMethod · 0.45
allBitsMethod · 0.45
clearAllMethod · 0.45
setAllMethod · 0.45
setFromBitsMethod · 0.45
intersectMethod · 0.45
deselectMethod · 0.45
deselectNullsMethod · 0.45

Calls

no outgoing calls

Tested by 15

makeArrowMetadataFunction · 0.36
testSchemaReeImportMethod · 0.36
TEST_FFunction · 0.36
validateStringArrayMethod · 0.36
fillArrowArrayMethod · 0.36
testImportStringViewMethod · 0.36
testFlatMethod · 0.36
TEST_FFunction · 0.36
runSimpleAccessTestMethod · 0.36
runTestMethod · 0.36
runTestMethod · 0.36