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

Function null_count

cpp/src/parquet/column_reader.h:368–368  ·  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

366 /// values vector. This is only valid when !read_dense_for_nullable(). When
367 /// read_dense_for_nullable() it will always be 0.
368 int64_t null_count() const { return null_count_; }
369
370 /// \brief True if the leaf values are nullable
371 bool nullable_values() const { return nullable_values_; }

Callers 1

EqualsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected