Send feedback
Class reader.ArrowTableReader (5.1.1)
Stay organized with collections
Save and categorize content based on your preferences.
5.1.1 (latest)
4.10.0
4.8.0
4.7.0
4.6.0
4.5.0
4.4.0
4.3.0
4.2.1
4.1.0
4.0.0
3.4.0
3.2.0
3.1.1
2.8.0
2.7.0
2.6.2
2.5.4
2.3.0
A BigQuery Storage API Reader that can be used to read data from BigQuery Tables using the Storage API in Arrow format.
reader
Package
@google-cloud/bigquery-storage
Constructors
(constructor)(readClient, tableRef)
constructor ( readClient : ReadClient , tableRef : TableReference );
Creates a new ArrowTableReader instance. Usually created via ReadClient.createArrowTableReader().
Parameters
Name
Description
readClient
ReadClient
Storage Read Client.
tableRef
TableReference
Methods
close()
Returns
Type
Description
void
getRecordBatchStream(options)
getRecordBatchStream ( options ?: GetStreamOptions ) : Promise<ResourceStream<RecordBatch> >;
Get a stream of Arrow RecordBatch objects.
Parameter
Name
Description
options
GetStreamOptions
Returns
Type
Description
Promise <ResourceStream <RecordBatch >>
getSessionInfo()
getSessionInfo () : ReadSessionInfo | undefined | null ;
Returns
Type
Description
ReadSessionInfo_2 | undefined | null
getStream(options)
getStream ( options ?: GetStreamOptions ) : Promise<ResourceStream<Uint8Array> >;
Get a byte stream of Arrow Record Batch.
Parameter
Name
Description
options
GetStreamOptions
Returns
Type
Description
Promise <ResourceStream <Uint8Array >>
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-13 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-13 UTC."],[],[]]