Method

ArrowArrayStatisticsget_null_count

deprecated: 23.0.0. since: 20.0.0

Declaration [src]

gint64
garrow_array_statistics_get_null_count (
  GArrowArrayStatistics* statistics
)

Description

No description available.

Available since: 20.0.0

Deprecated since: 23.0.0.

Use garrow_array_statistics_is_null_count_exact(), garrow_array_statistics_get_null_count_exact() and garrow_array_statistics_get_null_count_approximate() instead.

Return value

Type: gint64

0 or larger value if statistics has a valid null count value, -1 otherwise.