public interface BigQueryResult<T>
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.
|
Schema getSchema()
long getTotalRows()
ResultSet getResultSet()
BigQueryResultStats getBigQueryResultStats()
Copyright © 2023 Google LLC. All rights reserved.