Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ mayHaveNullsRecursive
Method
mayHaveNullsRecursive
bolt/vector/LazyVector.h:231–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
return loadedVector()->mayHaveNulls();
230
}
231
232
bool mayHaveNullsRecursive() const override {
233
return loadedVector()->mayHaveNullsRecursive();
234
}
235
236
bool isNullAt(vector_size_t index) const override {
Callers
6
operator()
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
estimateSerializedSizeInt
Function · 0.45
apply
Method · 0.45
applyFlat
Method · 0.45
Calls
1
loadedVector
Function · 0.85
Tested by
2
TEST_F
Function · 0.36
TEST_F
Function · 0.36