arrow.read_options
Module for [ReadOptions] class
Types 3
Methods
ReadOptions self()Returns `this`, for use in `with` statements.ReadOptionsGidBuilder builder()Get builder for [arrow.read_options.ReadOptions] Returns: New builder objectint 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.int[] getIncludedFields()void setIncludedFields(int[] fields)Methods
T maxRecursionDepth(int propval)Set `maxRecursionDepth` property. Params: propval = The maximum permitted schema nesting depth. Returns: Builder instance for fluent chainingT useThreads(bool propval)Set `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