arrow.read_options

Module for [ReadOptions] class

Types 3

Methods
GType _gType() @property
ReadOptions self()Returns `this`, for use in `with` statements.
ReadOptionsGidBuilder builder()Get builder for [arrow.read_options.ReadOptions] Returns: New builder object
int maxRecursionDepth() @propertyGet `maxRecursionDepth` property. Returns: The maximum permitted schema nesting depth.
void maxRecursionDepth(int propval) @propertySet `maxRecursionDepth` property. Params: propval = The maximum permitted schema nesting depth.
bool useThreads() @propertyGet `useThreads` property. Returns: Whether to use the global CPU thread pool.
void useThreads(bool propval) @propertySet `useThreads` property. Params: propval = Whether to use the global CPU thread pool.
void setIncludedFields(int[] fields)
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T maxRecursionDepth(int propval)Set `maxRecursionDepth` property. Params: propval = The maximum permitted schema nesting depth. Returns: Builder instance for fluent chaining
T useThreads(bool propval)Set `useThreads` property. Params: propval = Whether to use the global CPU thread pool. Returns: Builder instance for fluent chaining

Fluent builder for [arrow.read_options.ReadOptions]