pyarrow.json.ReadOptions#
- classpyarrow.json.ReadOptions(use_threads=None,block_size=None)#
Bases:
_WeakrefableOptions for reading JSON files.
- Parameters:
- __init__(*args,**kwargs)#
Methods
Attributes
How much bytes to process at a time from the input stream.
Whether to use multiple threads to accelerate reading.
- block_size#
How much bytes to process at a time from the input stream.
This will determine multi-threading granularity as well as the size ofindividual chunks in the Table.
- equals(self,ReadOptionsother)#
- Parameters:
- Returns:
- use_threads#
Whether to use multiple threads to accelerate reading.
On this page

