arrow.index_options

Module for [IndexOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
IndexOptions self() nothrowReturns `this`, for use in `with` statements.
IndexOptionsGidBuilder builder() static nothrowGet builder for [arrow.index_options.IndexOptions] Returns: New builder object
arrow.scalar.Scalar value() @property nothrowGet `value` property. Returns: The value to be compared.
void value(arrow.scalar.Scalar propval) @property nothrowSet `value` property. Params: propval = The value to be compared.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.index_options.IndexOptions

Methods
T value(arrow.scalar.Scalar propval) nothrowSet `value` property. Params: propval = The value to be compared. Returns: Builder instance for fluent chaining
Methods
IndexOptions build() nothrowCreate object from builder. Returns: New object