Enumeration
ArrowFilterNullSelectionBehavior
Description [src]
They are corresponding to
arrow::compute::FilterOptions::NullSelectionBehavior values.
Members
| Name | Description | 
|---|---|
GARROW_FILTER_NULL_SELECTION_DROP | 
          Filtered value will be removed in the output.  | 
        
GARROW_FILTER_NULL_SELECTION_EMIT_NULL | 
          Filtered value will be null in the output.  |