Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ null_count
Function
null_count
cpp/src/arrow/array/builder_base.h:115–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
114
virtual int64_t length() const { return length_; }
115
int64_t null_count() const { return null_count_; }
116
int64_t capacity() const { return capacity_; }
117
118
/// \brief Ensure that enough memory has been allocated to fit the indicated
Callers
1
Flatten
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected