arrow.set_lookup_options
Module for [SetLookupOptions] class
Types 3
Methods
SetLookupOptionsGidBuilder builder() static nothrowGet builder for [arrow.set_lookup_options.SetLookupOptions] Returns: New builder objectbool 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.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 chainingT 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 chainingFluent builder for arrow.set_lookup_options.SetLookupOptions
Methods