MCPcopy 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
230std::function<bool(vector_size_t /*row*/)> isNullAt(const VectorPtr& v) {
231 return [&](vector_size_t row) { return v->isNullAt(row); };
232}
233

Callers 9

TEST_FFunction · 0.70
makeNullsFunction · 0.70
makeNullsMethod · 0.50
flatVectorMethod · 0.50
lazyFlatVectorMethod · 0.50
arrayVectorImplMethod · 0.50
setNullsMethod · 0.50
createOffsetsAndSizesMethod · 0.50

Calls 1

isNullAtMethod · 0.45

Tested by

no test coverage detected