Uses of Interface
com.google.cloud.bigquery.BigQuery
Packages that use BigQuery
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
A testing helper for Google BigQuery.
-
Uses of BigQuery in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQueryModifier and TypeMethodDescriptionBigQueryOptions.DefaultBigQueryFactory.create(BigQueryOptions options) Dataset.getBigQuery()Returns the dataset'sBigQueryobject used to issue requests.Job.getBigQuery()Returns the job'sBigQueryobject used to issue requests.Model.getBigQuery()Return's the model'sBigQueryobject used to issue requestsRoutine.getBigQuery()Returns the routine'sBigQueryobject used to issue requests.Table.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 BigQueryModifier and TypeMethodDescriptionstatic booleanRemoteBigQueryHelper.forceDelete(BigQuery bigquery, String dataset) Deletes a dataset, even if non-empty.