- abort() - Method in class com.google.cloud.bigquery.connector.common.BigQueryDirectDataWriterHelper
-
Deletes the data left over in the protoRows, using method clearProtoRows, closes the
StreamWriter, shuts down the WriteClient, and nulls out the protoRows and write-stream-name.
- accept(JobInfo) - Method in interface com.google.cloud.bigquery.connector.common.BigQueryJobCompletionListener
-
- AccessToken - Class in com.google.cloud.bigquery.connector.common
-
As the com.google.auth.oauth2.AccessToken class is shaded in the final jar, this class provides
the same functionality but maintains its package.
- AccessToken(String, Date) - Constructor for class com.google.cloud.bigquery.connector.common.AccessToken
-
- AccessTokenProvider - Interface in com.google.cloud.bigquery.connector.common
-
- AccessTokenProviderCredentials - Class in com.google.cloud.bigquery.connector.common
-
- AccessTokenProviderCredentials(AccessTokenProvider) - Constructor for class com.google.cloud.bigquery.connector.common.AccessTokenProviderCredentials
-
- addRow(ByteString) - Method in class com.google.cloud.bigquery.connector.common.BigQueryDirectDataWriterHelper
-
Adds a row to the protoRows, which acts as a buffer; but before, checks if the current message
size in bytes will cause the protoRows buffer to exceed the maximum APPEND_REQUEST_SIZE, and if
it will, sends an append rows request first.
- adjustSchemaIfNeeded(Schema, Schema) - Static method in class com.google.cloud.bigquery.connector.common.BigQueryUtil
-
Adjusts the wanted schema to properly match the schema of an existing table.
- appendDestinationWithTemporary(TableId, TableId) - Method in class com.google.cloud.bigquery.connector.common.BigQueryClient
-
Appends all the data from the given temporary table, to the given destination table,
transactionally.
- areClientCreationConfigsEqual(BigQueryConfig) - Method in interface com.google.cloud.bigquery.connector.common.BigQueryConfig
-
- ArrowReaderIterator - Class in com.google.cloud.bigquery.connector.common
-
- ArrowReaderIterator(ArrowReader) - Constructor for class com.google.cloud.bigquery.connector.common.ArrowReaderIterator
-
- ArrowUtil - Class in com.google.cloud.bigquery.connector.common
-
Common utility classes for Arrow.