Enumeration

ArrowCountMode

Declaration

enum Arrow.CountMode

Description [src]

They correspond to the values of arrow::compute::CountOptions::CountMode.

Members

Name Description
GARROW_COUNT_MODE_ONLY_VALID

Only non-null values will be counted.

GARROW_COUNT_MODE_ONLY_NULL

Only null values will be counted.

GARROW_COUNT_MODE_ALL

All will be counted.