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

Method rawValues

bolt/vector/FlatVector.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39template <>
40const bool* FlatVector<bool>::rawValues() const {
41 BOLT_UNSUPPORTED("rawValues() for bool is not supported");
42}
43
44template <>
45bool FlatVector<bool>::valueAtFast(vector_size_t idx) const {

Callers 15

setInternalStateMethod · 0.45
TEST_FFunction · 0.45
fastAppendScalarFunction · 0.45
stringLikeSizeAtBaseFunction · 0.45
serializeFlatVectorFunction · 0.45
splitBinaryTypeMethod · 0.45
getFirstColumnFunction · 0.45
splitBinaryTypeMethod · 0.45
serializeManyFunction · 0.45

Calls

no outgoing calls

Tested by 6

TEST_FFunction · 0.36
verifyUniqueIdMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
applyMethod · 0.36