API Version: 24.0
Library Version: 24.0.0.dev
Generated by gi-docgen 2025.3
enum Arrow.FilterNullSelectionBehavior
They are corresponding to arrow::compute::FilterOptions::NullSelectionBehavior values.
arrow::compute::FilterOptions::NullSelectionBehavior
GARROW_FILTER_NULL_SELECTION_DROP
Filtered value will be removed in the output.
0
GARROW_FILTER_NULL_SELECTION_EMIT_NULL
Filtered value will be null in the output.
1
Content