public class BigQueryResultImpl<T> extends Object implements BigQueryResult<T>
| Constructor and Description |
|---|
BigQueryResultImpl(Schema schema,
long totalRows,
BlockingQueue<T> buffer,
BigQueryResultStats bigQueryResultStats) |
| Modifier and Type | Method and Description |
|---|---|
BigQueryResultStats |
getBigQueryResultStats() |
ResultSet |
getResultSet() |
Schema |
getSchema()
Returns the schema of the results.
|
long |
getTotalRows()
Returns the total number of rows in the complete result set, which can be more than the number
of rows in the first page of results.
|
public BigQueryResultImpl(Schema schema, long totalRows, BlockingQueue<T> buffer, BigQueryResultStats bigQueryResultStats)
public Schema getSchema()
BigQueryResultgetSchema in interface BigQueryResult<T>public long getTotalRows()
BigQueryResultgetTotalRows in interface BigQueryResult<T>public ResultSet getResultSet()
getResultSet in interface BigQueryResult<T>public BigQueryResultStats getBigQueryResultStats()
getBigQueryResultStats in interface BigQueryResult<T>Copyright © 2023 Google LLC. All rights reserved.