Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ isNullAt
Function
isNullAt
bolt/vector/tests/EnsureWritableVectorTest.cpp:228–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
}
228
}
229
230
std::function<bool(vector_size_t /*row*/)> isNullAt(const VectorPtr& v) {
231
return [&](vector_size_t row) { return v->isNullAt(row); };
232
}
233
Callers
9
assertEqualOffsetsOrSizes
Function · 0.70
TEST_F
Function · 0.70
makeNulls
Function · 0.70
makeNulls
Method · 0.50
flatVector
Method · 0.50
lazyFlatVector
Method · 0.50
arrayVectorImpl
Method · 0.50
setNulls
Method · 0.50
createOffsetsAndSizes
Method · 0.50
Calls
1
isNullAt
Method · 0.45
Tested by
no test coverage detected