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

Method null_count

cpp/src/parquet/statistics.cc:818–818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816 }
817
818 int64_t null_count() const override { return statistics_.null_count; }
819 int64_t distinct_count() const override { return statistics_.distinct_count; }
820 int64_t num_values() const override { return num_values_; }
821 std::optional<bool> is_min_value_exact() const override {

Callers 15

EncodeMethod · 0.95
DirectPutImplFunction · 0.45
PutMethod · 0.45
PutMethod · 0.45
PutIndicesTypedMethod · 0.45
AssertCanPutDictionaryFunction · 0.45
PutMethod · 0.45
PutMethod · 0.45
TestResetMethod · 0.45
TestMergeMethod · 0.45
TestFullRoundtripMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestResetMethod · 0.36
TestMergeMethod · 0.36
TestFullRoundtripMethod · 0.36
TestMergeNullCountMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
CalculateCdcSizeFunction · 0.36
GenerateInputDataMethod · 0.36
TESTFunction · 0.36
GenerateInputDataMethod · 0.36
PlainMethod · 0.36