Multi-file datasets |
|
---|---|
Open a multi-file dataset |
|
Write a dataset |
|
Create a DatasetFactory |
|
Construct Hive partitioning |
|
Multi-file datasets |
|
Define Partitioning for a Dataset |
|
Arrow expressions |
|
Scan the contents of a dataset |
|
Dataset file formats |
|
Format-specific write options |
|
Apply a function to a stream of RecordBatches |
|
Reading and writing files |
|
Read a Feather file |
|
Read Arrow IPC stream format |
|
Read a Parquet file |
|
Read a CSV or other delimited file with Arrow |
|
Read a JSON file |
|
Write data in the Feather format |
|
Write Arrow IPC stream format |
|
Write Arrow data to a raw vector |
|
Write Parquet file to disk |
|
C++ reader/writer interface |
|
ParquetFileReader class |
|
ParquetReaderProperties class |
|
ParquetFileWriter class |
|
ParquetWriterProperties class |
|
FeatherReader class |
|
Arrow CSV and JSON table reader classes |
|
RecordBatchReader classes |
|
RecordBatchWriter classes |
|
File reader options |
|
Arrow data containers |
|
Buffer class |
|
Arrow Arrays |
|
ArrayData class |
|
ChunkedArray class |
|
RecordBatch class |
|
Table class |
|
Arrow scalars |
|
Read a Message from a stream |
|
Arrow data types and schema |
|
Schema class |
|
Combine and harmonize schemas |
|
infer the arrow Array type from an R vector |
|
Create a dictionary type |
|
Field class |
|
read a Schema from a stream |
|
|
Apache Arrow data types |
class arrow::DataType |
|
class DictionaryType |
|
class arrow::FixedWidthType |
|
Cast options |
|
Flight |
|
Load a Python Flight server |
|
Connect to a Flight server |
|
Send data to a Flight server |
|
Get data from a Flight server |
|
File systems |
|
Connect to an AWS S3 bucket |
|
FileSystem classes |
|
FileSystem entry info |
|
file selector |
|
Copy files between FileSystems |
|
Input/Output |
|
InputStream classes |
|
Open a memory mapped file |
|
Create a new read/write memory mapped file of a given size |
|
OutputStream classes |
|
class arrow::Message |
|
class arrow::MessageReader |
|
Compressed stream classes |
|
Compression Codec class |
|
Check whether a compression codec is available |
|
Configuration |
|
Manage the global CPU thread pool in libarrow |
|
Installation helpers |
|
Is the C++ Arrow library available? |
|
Install or upgrade the Arrow library |
|
Install pyarrow for use with reticulate |