MCPcopy Create free account
hub / github.com/apache/arrow / IsNull

Function IsNull

cpp/src/arrow/array/array_base.h:58–58  ·  view source on GitHub ↗

\brief Return true if value at index is null. Does not boundscheck

Source from the content-addressed store, hash-verified

56
57 /// \brief Return true if value at index is null. Does not boundscheck
58 bool IsNull(int64_t i) const { return !IsValid(i); }
59
60 /// \brief Return true if value at index is valid (not null). Does not
61 /// boundscheck

Callers

nothing calls this directly

Calls 1

IsValidFunction · 0.70

Tested by

no test coverage detected