arrow.filter_options

Module for [FilterOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
FilterOptions self() nothrowReturns `this`, for use in `with` statements.
FilterOptionsGidBuilder builder() static nothrowGet builder for [arrow.filter_options.FilterOptions] Returns: New builder object
arrow.types.FilterNullSelectionBehavior nullSelectionBehavior() @property nothrowGet `nullSelectionBehavior` property. Returns: How to handle filtered values.
void nullSelectionBehavior(arrow.types.FilterNullSelectionBehavior propval) @property nothrowSet `nullSelectionBehavior` property. Params: propval = How to handle filtered values.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.filter_options.FilterOptions

Methods
T nullSelectionBehavior(arrow.types.FilterNullSelectionBehavior propval) nothrowSet `nullSelectionBehavior` property. Params: propval = How to handle filtered values. Returns: Builder instance for fluent chaining
Methods
FilterOptions build() nothrowCreate object from builder. Returns: New object