MCPcopy 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_FFunction · 0.45
TEST_FFunction · 0.45
applyMethod · 0.45
applyFlatMethod · 0.45

Calls 1

loadedVectorFunction · 0.85

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36