Read an arrow::Table from a stream
read_table(stream) read_arrow(stream)
| stream | stream.
|
|---|
read_table returns an arrow::Table
read_arrow returns a data.frame
The methods using arrow::RecordBatchFileReader and arrow::RecordBatchStreamReader offer the most flexibility. The other methods are for convenience.