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 classBigQueryResultStatsImplMethods in com.google.cloud.bigquery that return BigQueryResultStats Modifier and Type Method Description BigQueryResultStatsBigQueryResult. getBigQueryResultStats()BigQueryResultStatsBigQueryResultImpl. getBigQueryResultStats()BigQueryResultStatsBigQueryDryRunResult. getStatistics()Returns some processing statisticsBigQueryResultStatsBigQueryDryRunResultImpl. getStatistics()Constructors in com.google.cloud.bigquery with parameters of type BigQueryResultStats Constructor Description BigQueryResultImpl(Schema schema, long totalRows, BlockingQueue<T> buffer, BigQueryResultStats bigQueryResultStats)
-