Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
SelectivityVector SelectivityVector::empty(vector_size_t size) {
43
return SelectivityVector{size, false};
44
}
45
46
std::string SelectivityVector::toString(
47
vector_size_t maxSelectedRowsToPrint) const {
Callers
15
resize
Method · 0.45
getBufferWithSpace
Method · 0.45
indicesNotCopied
Method · 0.45
nullsNotCopied
Method · 0.45
copyRanges
Method · 0.45
copyRangesImpl
Method · 0.45
keepAtMostOneStringBuffer
Method · 0.45
CompositeRowVector
Class · 0.45
load
Method · 0.45
testCreateVector
Method · 0.45
TEST_F
Function · 0.45
arrayVectorFromJson
Method · 0.45
Calls
no outgoing calls
Tested by
8
testCreateVector
Method · 0.36
TEST_F
Function · 0.36
arrayVectorFromJson
Method · 0.36
nestedArrayVectorFromJson
Method · 0.36
mapVectorFromJson
Method · 0.36
rowVector
Method · 0.36
arrayVector
Method · 0.36
mapVector
Method · 0.36