Class reader.ArrowTableReader (4.10.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version latestkeyboard_arrow_down
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 >>
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 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,[]]