Enumeration
ArrowNullPlacement
Description [src]
They are corresponding to arrow::compute::NullPlacement
values.
Available since: | 12.0.0 |
Members
Name | Description |
---|---|
GARROW_NULL_PLACEMENT_AT_START |
Place nulls and NaNs before any non-null values. NaNs will come after nulls. |
GARROW_NULL_PLACEMENT_AT_END |
Place nulls and NaNs after any non-null values. NaNs will come before nulls. |