arrow.read_options

Module for [ReadOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
ReadOptions self() nothrowReturns `this`, for use in `with` statements.
ReadOptionsGidBuilder builder() static nothrowGet builder for [arrow.read_options.ReadOptions] Returns: New builder object
int maxRecursionDepth() @property nothrowGet `maxRecursionDepth` property. Returns: The maximum permitted schema nesting depth.
void maxRecursionDepth(int propval) @property nothrowSet `maxRecursionDepth` property. Params: propval = The maximum permitted schema nesting depth.
bool useThreads() @property nothrowGet `useThreads` property. Returns: Whether to use the global CPU thread pool.
void useThreads(bool propval) @property nothrowSet `useThreads` property. Params: propval = Whether to use the global CPU thread pool.
int[] getIncludedFields() nothrow
void setIncludedFields(int[] fields) nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.read_options.ReadOptions

Methods
T maxRecursionDepth(int propval) nothrowSet `maxRecursionDepth` property. Params: propval = The maximum permitted schema nesting depth. Returns: Builder instance for fluent chaining
T useThreads(bool propval) nothrowSet `useThreads` property. Params: propval = Whether to use the global CPU thread pool. Returns: Builder instance for fluent chaining
Methods
ReadOptions build() nothrowCreate object from builder. Returns: New object