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

Method empty

bolt/vector/SelectivityVector.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42SelectivityVector SelectivityVector::empty(vector_size_t size) {
43 return SelectivityVector{size, false};
44}
45
46std::string SelectivityVector::toString(
47 vector_size_t maxSelectedRowsToPrint) const {

Callers 15

resizeMethod · 0.45
getBufferWithSpaceMethod · 0.45
indicesNotCopiedMethod · 0.45
nullsNotCopiedMethod · 0.45
copyRangesMethod · 0.45
copyRangesImplMethod · 0.45
CompositeRowVectorClass · 0.45
loadMethod · 0.45
testCreateVectorMethod · 0.45
TEST_FFunction · 0.45
arrayVectorFromJsonMethod · 0.45

Calls

no outgoing calls

Tested by 8

testCreateVectorMethod · 0.36
TEST_FFunction · 0.36
arrayVectorFromJsonMethod · 0.36
mapVectorFromJsonMethod · 0.36
rowVectorMethod · 0.36
arrayVectorMethod · 0.36
mapVectorMethod · 0.36