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

Function null_count

cpp/src/parquet/column_reader.h:378–378  ·  view source on GitHub ↗

\brief Number of nulls in the leaf that we have read so far into the values vector. This is only valid when !read_dense_for_nullable(). When read_dense_for_nullable() it will always be 0.

Source from the content-addressed store, hash-verified

376 /// values vector. This is only valid when !read_dense_for_nullable(). When
377 /// read_dense_for_nullable() it will always be 0.
378 int64_t null_count() const { return null_count_; }
379
380 /// \brief True if the leaf values are nullable
381 bool nullable_values() const { return nullable_values_; }

Callers 1

EqualsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected