Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
template <>
40
const bool* FlatVector<bool>::rawValues() const {
41
BOLT_UNSUPPORTED(
"rawValues() for bool is not supported"
);
42
}
43
44
template <>
45
bool FlatVector<bool>::valueAtFast(vector_size_t idx) const {
Callers
15
setInternalState
Method · 0.45
TEST_F
Function · 0.45
fastAppendScalar
Function · 0.45
stringLikeSizeAtBase
Function · 0.45
serializeFlatVector
Function · 0.45
estimateFlatSerializedSizeVarcharOrVarbinary
Function · 0.45
splitBinaryType
Method · 0.45
getFirstColumn
Function · 0.45
collectFlatVectorBufferStringView
Function · 0.45
splitBinaryType
Method · 0.45
calculatePartitionBufferSize
Method · 0.45
serializeMany
Function · 0.45
Calls
no outgoing calls
Tested by
6
TEST_F
Function · 0.36
verifyUniqueId
Method · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
runSIMDCompareAndAssert
Method · 0.36
apply
Method · 0.36