Class RowMutation
java.lang.Object
org.apache.beam.sdk.io.gcp.bigquery.RowMutation
A convenience class for applying row updates to BigQuery using
BigQueryIO.applyRowMutations()
. This class encapsulates a TableRow
payload along
with information how to update the row. A sequence number must also be supplied to order the
updates. Incorrect sequence numbers will result in unexpected state in the BigQuery table.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract RowMutationInformation
abstract TableRow
static RowMutation
of
(TableRow tableRow, RowMutationInformation rowMutationInformation)
-
Constructor Details
-
RowMutation
public RowMutation()
-
-
Method Details
-
getTableRow
-
getMutationInformation
-
of
-