GArrowNullPlacement

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

Values

ValueMeaning
AtStart0

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

AtEnd1

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