All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description BigQueryConnector Used for interacting with Google's BigQuery.BigQueryConnector.BQExportFuture BigQueryConnector.BQQueryResultFuture<R,F> BigQueryConnector.BQTableLoadFuture BQDMLQuery A base interface for DML (Data Manipulation Language) BQ queries.BQException The ancestor class of all checked BQ exceptions Descendants are eitherTransientBQExceptionorNonTransientBQException.BQPipeException A pipe exception due to BigQuery errorsBQQuery<R,F> An BQ query to be executed usingBigQueryConnectorBQQueryExecutionSummary Class to contain BQ execution data.BQQueryResultsPipe<T> A source pipe that runs a query onBigQueryConnectorand iterates over the resultsBQResultlessQuery A base interface for BQ queries with no returned result, or with a returned result that can be dropped.BQResultsIterator<R,F> A decorator on BQ result set iterator.ClientResourcesBQException A transient exception indicating that the BQ client has too many pending requests and can't serve any additional requestsClientTooManyRowsBQException An exception indicating that the total number of rows in the BQ response exceeds the soft limit (client side)CreateTableDMLQuery Create or replaces an existing temp table in bq, with a given expiration duration.InvalidExportBQException An exception indicating that the export request is illegalInvalidQueryBQException An exception indicating that a query is illegalInvalidTableLoadBQException An exception indicating that the table load request is illegalIOTransientBQException Indicates a transient IO error when writing/reading data to/from BQ.NonTransientBQException A superclass for BQException indicating a permanent situation, meaning that retries will probably not be helpful.QueryExecutionConfig BQ query execution settings.QueryExecutionConfig.Builder QueryResultBrokenException An unchecked exception indicating that the BQ result set iterator can't continue due to a failure to retrieve more data from BQ server.ServerResourcesBQException An exception indicating that the server rejected a query due to usage of too many resourcesServerTooManyRowsBQException An exception indicating that the total number of rows in the BQ response exceeds the hard limit (server side)TableExportConfig Settings for BQ table export operation.TableExportConfig.Builder TableExportConfig.Compression TableExportConfig.ExportFormat TableLoadConfig BQ table load configuration.TableLoadConfig.Builder TableLoadConfig.LoadFormat TimeoutBQException A transient exception indicating that a BQ request timed out (Suitable also for low level socket read timeout)TransientBQException A superclass for BQException indicating a transient situation, meaning that retries may be helpful.UnavailableBQException An exception indicating that BQ service is temporarily unavailable