MCPcopy Create free account
hub / github.com/bytedance/bolt / nullsNotCopied

Method nullsNotCopied

bolt/vector/DecodedVector.h:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 bool nullsNotCopied() const {
336 return copiedNulls_.empty() || nulls_ != copiedNulls_.data();
337 }
338
339 void setFlatNulls(const BaseVector& vector, const SelectivityVector* rows);
340

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected