API Version: 25.0
Library Version: 25.0.1
Enumeration
Description
[src]
They correspond to the values of arrow::compute::CountOptions::CountMode.
Members
-
GARROW_COUNT_MODE_ONLY_VALID
-
Only non-null values will be counted.
- Value:
0
- Available since: 25.0
-
GARROW_COUNT_MODE_ONLY_NULL
-
Only null values will be counted.
- Value:
1
- Available since: 25.0
-
GARROW_COUNT_MODE_ALL
-
- Value:
2
- Available since: 25.0