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  | 
      |
Format-specific scan 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  | 
      |
Write CSV file to disk  | 
      |
          C++ reader/writer interface | 
      |
ParquetFileReader class  | 
      |
ParquetArrowReaderProperties class  | 
      |
ParquetFileWriter class  | 
      |
ParquetWriterProperties class  | 
      |
FeatherReader class  | 
      |
Arrow CSV and JSON table reader classes  | 
      |
RecordBatchReader classes  | 
      |
RecordBatchWriter classes  | 
      |
File reader options  | 
      |
          Arrow data containers | 
      |
Arrow Arrays  | 
      |
ChunkedArray class  | 
      |
Arrow scalars  | 
      |
RecordBatch class  | 
      |
Table class  | 
      |
ArrayData class  | 
      |
Buffer class  | 
      |
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  | 
      |
          Flight | 
      |
Load a Python Flight server  | 
      |
Connect to a Flight server  | 
      |
Get data from a Flight server  | 
      |
Send data to a Flight server  | 
      |
See available resources on 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  | 
      |
          Computation | 
      |
Call an Arrow compute function  | 
      |
  | 
      |
  | 
      |
List available Arrow C++ compute functions  | 
      |
          Connections to other systems | 
      |
Create an Arrow object from others  | 
      |
Create a (virtual) DuckDB table from an Arrow object  | 
      |
          Configuration | 
      |
Report information on the package's capabilities  | 
      |
Manage the global CPU thread pool in libarrow  | 
      |
Manage the global I/O thread pool in libarrow  | 
      |
| 
           
  | 
        Is the C++ Arrow library available?  | 
      
Install or upgrade the Arrow library  | 
      |
Install pyarrow for use with reticulate  | 
      |
Create a source bundle that includes all thirdparty dependencies  | 
      |