Uses of Interface
com.google.cloud.bigquery.BigQueryResultStats
-
Packages that use BigQueryResultStats Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of BigQueryResultStats in com.google.cloud.bigquery
Classes in com.google.cloud.bigquery that implement BigQueryResultStats Modifier and Type Class Description class
BigQueryResultStatsImpl
Methods in com.google.cloud.bigquery that return BigQueryResultStats Modifier and Type Method Description BigQueryResultStats
BigQueryResult. getBigQueryResultStats()
BigQueryResultStats
BigQueryResultImpl. getBigQueryResultStats()
BigQueryResultStats
BigQueryDryRunResult. getStatistics()
Returns some processing statisticsBigQueryResultStats
BigQueryDryRunResultImpl. getStatistics()
Constructors in com.google.cloud.bigquery with parameters of type BigQueryResultStats Constructor Description BigQueryResultImpl(Schema schema, long totalRows, BlockingQueue<T> buffer, BigQueryResultStats bigQueryResultStats)
-