Uses of Interface
com.google.cloud.bigquery.BigQuery
-
Packages that use BigQuery Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics.com.google.cloud.bigquery.testing A testing helper for Google BigQuery. -
-
Uses of BigQuery in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuery Modifier and Type Method Description BigQueryBigQueryOptions.DefaultBigQueryFactory. create(BigQueryOptions options)BigQueryDataset. getBigQuery()Returns the dataset'sBigQueryobject used to issue requests.BigQueryJob. getBigQuery()Returns the job'sBigQueryobject used to issue requests.BigQueryModel. getBigQuery()Return's the model'sBigQueryobject used to issue requests.BigQueryRoutine. getBigQuery()Returns the routine'sBigQueryobject used to issue requests.BigQueryTable. getBigQuery()Returns the table'sBigQueryobject used to issue requests. -
Uses of BigQuery in com.google.cloud.bigquery.testing
Methods in com.google.cloud.bigquery.testing with parameters of type BigQuery Modifier and Type Method Description static booleanRemoteBigQueryHelper. forceDelete(BigQuery bigquery, String dataset)Deletes a dataset, even if non-empty.
-