This class holds settings to control how a Parquet file is read by ParquetFileReader.
The ParquetReaderProperties$create()
factory method instantiates the object
and takes the following arguments:
use_threads
Logical: whether to use multithreading (default TRUE
)
$read_dictionary(column_index)
$set_read_dictionary(column_index, read_dict)
$use_threads(use_threads)
arrow::Object
-> ParquetReaderProperties
read_dictionary()
ParquetReaderProperties$read_dictionary(column_index)
set_read_dictionary()
ParquetReaderProperties$set_read_dictionary(column_index, read_dict)
clone()
The objects of this class are cloneable with this method.
ParquetReaderProperties$clone(deep = FALSE)
deep
Whether to make a deep clone.