Package io.trino.plugin.bigquery
Class ReadRowsHelper
java.lang.Object
io.trino.plugin.bigquery.ReadRowsHelper
-
Constructor Summary
ConstructorsConstructorDescriptionReadRowsHelper(com.google.cloud.bigquery.storage.v1.BigQueryReadClient client, String streamName, int maxReadRowsRetries) -
Method Summary
Modifier and TypeMethodDescriptionprotected Iterator<com.google.cloud.bigquery.storage.v1.ReadRowsResponse>fetchResponses(long offset) Iterator<com.google.cloud.bigquery.storage.v1.ReadRowsResponse>readRows()
-
Constructor Details
-
ReadRowsHelper
public ReadRowsHelper(com.google.cloud.bigquery.storage.v1.BigQueryReadClient client, String streamName, int maxReadRowsRetries)
-
-
Method Details
-
readRows
-
fetchResponses
protected Iterator<com.google.cloud.bigquery.storage.v1.ReadRowsResponse> fetchResponses(long offset)
-