[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/api/../../cpp/../c_glib/arrow-glib/enum.CountMode.html [Back]  [Original]

Arrow.CountMode

Arrow

API Version: 25.0

Library Version: 25.0.1

Type

Generated by gi-docgen 2025.3

Enumeration

ArrowCountMode

Declaration

enum Arrow.CountMode

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

All will be counted.

  • Value: 2
  • Available since: 25.0

Content


Web Proxy Viewer  |  New URL  |  Original Page