GArrowCountMode

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

Values

ValueMeaning
OnlyValid0

Only non-null values will be counted.

OnlyNull1

Only null values will be counted.

All2

All will be counted.