arrow.read_options
Module for [ReadOptions] class
Types 3
Methods
ReadOptionsGidBuilder builder() static nothrowGet builder for [arrow.read_options.ReadOptions] Returns: New builder objectint 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() nothrowvoid setIncludedFields(int[] fields) nothrowFluent 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 chainingT useThreads(bool propval) nothrowSet `useThreads` property. Params: propval = Whether to use the global CPU thread pool. Returns: Builder instance for fluent chainingFluent builder for arrow.read_options.ReadOptions
Methods