arrow.set_lookup_options

Module for [SetLookupOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
SetLookupOptions self() nothrowReturns `this`, for use in `with` statements.
SetLookupOptionsGidBuilder builder() static nothrowGet builder for [arrow.set_lookup_options.SetLookupOptions] Returns: New builder object
bool skipNulls() @property nothrowGet `skipNulls` property. Returns: Whether NULLs are skipped or not.
void skipNulls(bool propval) @property nothrowSet `skipNulls` property. Params: propval = Whether NULLs are skipped or not.
arrow.datum.Datum valueSet() @property nothrowGet `valueSet` property. Returns: The set of values to look up input values into.
void valueSet(arrow.datum.Datum propval) @property nothrowSet `valueSet` property. Params: propval = The set of values to look up input values into.
Constructors
this(void * ptr, Flag!"Take" take)
this(arrow.datum.Datum valueSet = null)

Fluent builder implementation template for arrow.set_lookup_options.SetLookupOptions

Methods
T skipNulls(bool propval) nothrowSet `skipNulls` property. Params: propval = Whether NULLs are skipped or not. Returns: Builder instance for fluent chaining
T valueSet(arrow.datum.Datum propval) nothrowSet `valueSet` property. Params: propval = The set of values to look up input values into. Returns: Builder instance for fluent chaining