Enumeration

ArrowFilterNullSelectionBehavior

Declaration

enum Arrow.FilterNullSelectionBehavior

Description [src]

They are corresponding to arrow::compute::FilterOptions::NullSelectionBehavior values.

Members

GARROW_FILTER_NULL_SELECTION_DROP

Filtered value will be removed in the output.

  • Value: 0
  • Available since: 24.0
GARROW_FILTER_NULL_SELECTION_EMIT_NULL

Filtered value will be null in the output.

  • Value: 1
  • Available since: 24.0