Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ null_count
Method
null_count
cpp/src/arrow/array/array_base.cc:53–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
// Base array class
52
53
int64_t Array::null_count() const { return data_->GetNullCount(); }
54
55
int64_t Array::ComputeLogicalNullCount() const {
56
return data_->ComputeLogicalNullCount();
Callers
15
WriteValidityField
Method · 0.45
TakeRows
Method · 0.45
EvaluateStatisticsAsExpression
Method · 0.45
TEST_F
Function · 0.45
TEST_P
Function · 0.45
NormalizeArray
Function · 0.45
WriteGenericBatch
Function · 0.45
WriteTimestampBatch
Function · 0.45
WriteFixedSizeBinaryBatch
Function · 0.45
WriteStructBatch
Function · 0.45
WriteListBatch
Function · 0.45
WriteMapBatch
Function · 0.45
Calls
1
GetNullCount
Method · 0.80
Tested by
15
TEST_F
Function · 0.36
TEST_P
Function · 0.36
AssertUnconvertedArraysEqual
Function · 0.36
TestArrayBasics
Method · 0.36
TestScalarAppend
Method · 0.36
TestScalarAppendUnsafe
Method · 0.36
TestExtendCurrent
Method · 0.36
TestExtendCurrentUnsafe
Method · 0.36
TestVectorAppend
Method · 0.36
TestAppendCStringsWithValidBytes
Method · 0.36
TestAppendCStringsWithoutValidBytes
Method · 0.36
TestCapacityReserve
Method · 0.36