ArrowTableReader

reader. ArrowTableReader

A BigQuery Storage API Reader that can be used to read data from BigQuery Tables using the Storage API in Arrow format.

Constructor

new ArrowTableReader(readClient, table)

Creates a new ArrowTableReader instance. Usually created via ReadClient.createArrowTableReader().

Parameters:
Name Type Description
readClient ReadClient

Storage Read Client.

table TableReference

target table to read data from.

Methods

(async) getRecordBatchStream(options)

Get a stream of Arrow RecordBatch objects.

Parameters:
Name Type Description
options GetStreamOptions

(async) getStream(options)

Get a byte stream of Arrow Record Batch.

Parameters:
Name Type Description
options GetStreamOptions