arrow.run_end_encode_options

Module for [RunEndEncodeOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
RunEndEncodeOptions self() nothrowReturns `this`, for use in `with` statements.
RunEndEncodeOptionsGidBuilder builder() static nothrowGet builder for [arrow.run_end_encode_options.RunEndEncodeOptions] Returns: New builder object
arrow.data_type.DataType runEndDataType() @property nothrowGet `runEndDataType` property. Returns: The data type for run-end.
void runEndDataType(arrow.data_type.DataType propval) @property nothrowSet `runEndDataType` property. Params: propval = The data type for run-end.
Constructors
this(void * ptr, Flag!"Take" take)
this(arrow.data_type.DataType runEndDataType = null)

Fluent builder implementation template for arrow.run_end_encode_options.RunEndEncodeOptions

Methods
T runEndDataType(arrow.data_type.DataType propval) nothrowSet `runEndDataType` property. Params: propval = The data type for run-end. Returns: Builder instance for fluent chaining