Package org.pipecraft.infra.bq
-
Interface Summary Interface Description BQDMLQuery A base interface for DML (Data Manipulation Language) BQ queries.BQQuery<R,F> An BQ query to be executed usingBigQueryConnectorBQResultlessQuery A base interface for BQ queries with no returned result, or with a returned result that can be dropped. -
Class Summary Class Description BigQueryConnector Used for interacting with Google's BigQuery.BigQueryConnector.BQExportFuture BigQueryConnector.BQQueryResultFuture<R,F> BigQueryConnector.BQTableLoadFuture BQQueryExecutionSummary Class to contain BQ execution data.BQResultsIterator<R,F> A decorator on BQ result set iterator.CreateTableDMLQuery Create or replaces an existing temp table in bq, with a given expiration duration.QueryExecutionConfig BQ query execution settings.QueryExecutionConfig.Builder TableExportConfig Settings for BQ table export operation.TableExportConfig.Builder TableLoadConfig BQ table load configuration.TableLoadConfig.Builder -
Enum Summary Enum Description TableExportConfig.Compression TableExportConfig.ExportFormat TableLoadConfig.LoadFormat