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

Arrow.NullPlacement

Arrow

API Version: 25.0

Library Version: 25.0.1

Type

Generated by gi-docgen 2025.3

Enumeration

ArrowNullPlacement

since: 12.0.0

Declaration

enum Arrow.NullPlacement

Description [src]

They are corresponding to arrow::compute::NullPlacement values.

Available since: 12.0.0

Members

GARROW_NULL_PLACEMENT_AT_START

Place nulls and NaNs before any non-null values. NaNs will come after nulls.

  • Value: 0
  • Available since: 12.0.0
GARROW_NULL_PLACEMENT_AT_END

Place nulls and NaNs after any non-null values. NaNs will come before nulls.

  • Value: 1
  • Available since: 12.0.0

Content


Web Proxy Viewer  |  New URL  |  Original Page