arrow (version 0.16.0.2)

read_table: Read an arrow::Table from a stream

Description

Read an arrow::Table from a stream

Usage

read_table(stream)

read_arrow(stream)

Arguments

stream

stream.

Value

  • read_table returns an arrow::Table

  • read_arrow returns a data.frame

Details

The methods using arrow::RecordBatchFileReader and arrow::RecordBatchStreamReader offer the most flexibility. The other methods are for convenience.