public static interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIncrementalPostOperations(int index)
public abstract String getIncrementalPostOperations(int index)SQL statements to be executed after inserting new rows into the relation.
repeated string incremental_post_operations = 6;
| Name | Description |
index |
intThe index of the element to return. |
| Type | Description |
String |
The incrementalPostOperations at the given index. |
getIncrementalPostOperationsBytes(int index)
public abstract ByteString getIncrementalPostOperationsBytes(int index)SQL statements to be executed after inserting new rows into the relation.
repeated string incremental_post_operations = 6;
| Name | Description |
index |
intThe index of the value to return. |
| Type | Description |
ByteString |
The bytes of the incrementalPostOperations at the given index. |
getIncrementalPostOperationsCount()
public abstract int getIncrementalPostOperationsCount()SQL statements to be executed after inserting new rows into the relation.
repeated string incremental_post_operations = 6;
| Type | Description |
int |
The count of incrementalPostOperations. |
getIncrementalPostOperationsList()
public abstract List<String> getIncrementalPostOperationsList()SQL statements to be executed after inserting new rows into the relation.
repeated string incremental_post_operations = 6;
| Type | Description |
List<String> |
A list containing the incrementalPostOperations. |
getIncrementalPreOperations(int index)
public abstract String getIncrementalPreOperations(int index)SQL statements to be executed before inserting new rows into the relation.
repeated string incremental_pre_operations = 5;
| Name | Description |
index |
intThe index of the element to return. |
| Type | Description |
String |
The incrementalPreOperations at the given index. |
getIncrementalPreOperationsBytes(int index)
public abstract ByteString getIncrementalPreOperationsBytes(int index)SQL statements to be executed before inserting new rows into the relation.
repeated string incremental_pre_operations = 5;
| Name | Description |
index |
intThe index of the value to return. |
| Type | Description |
ByteString |
The bytes of the incrementalPreOperations at the given index. |
getIncrementalPreOperationsCount()
public abstract int getIncrementalPreOperationsCount()SQL statements to be executed before inserting new rows into the relation.
repeated string incremental_pre_operations = 5;
| Type | Description |
int |
The count of incrementalPreOperations. |
getIncrementalPreOperationsList()
public abstract List<String> getIncrementalPreOperationsList()SQL statements to be executed before inserting new rows into the relation.
repeated string incremental_pre_operations = 5;
| Type | Description |
List<String> |
A list containing the incrementalPreOperations. |
getIncrementalSelectQuery()
public abstract String getIncrementalSelectQuery()The SELECT query which returns rows which should be inserted into the relation if it already exists and is not being refreshed.
string incremental_select_query = 1;
| Type | Description |
String |
The incrementalSelectQuery. |
getIncrementalSelectQueryBytes()
public abstract ByteString getIncrementalSelectQueryBytes()The SELECT query which returns rows which should be inserted into the relation if it already exists and is not being refreshed.
string incremental_select_query = 1;
| Type | Description |
ByteString |
The bytes for incrementalSelectQuery. |
getRefreshDisabled()
public abstract boolean getRefreshDisabled()Whether this table should be protected from being refreshed.
bool refresh_disabled = 2;
| Type | Description |
boolean |
The refreshDisabled. |
getUniqueKeyParts(int index)
public abstract String getUniqueKeyParts(int index) A set of columns or SQL expressions used to define row uniqueness.
If any duplicates are discovered (as defined by unique_key_parts),
only the newly selected rows (as defined by incremental_select_query)
will be included in the relation.
repeated string unique_key_parts = 3;
| Name | Description |
index |
intThe index of the element to return. |
| Type | Description |
String |
The uniqueKeyParts at the given index. |
getUniqueKeyPartsBytes(int index)
public abstract ByteString getUniqueKeyPartsBytes(int index) A set of columns or SQL expressions used to define row uniqueness.
If any duplicates are discovered (as defined by unique_key_parts),
only the newly selected rows (as defined by incremental_select_query)
will be included in the relation.
repeated string unique_key_parts = 3;
| Name | Description |
index |
intThe index of the value to return. |
| Type | Description |
ByteString |
The bytes of the uniqueKeyParts at the given index. |
getUniqueKeyPartsCount()
public abstract int getUniqueKeyPartsCount() A set of columns or SQL expressions used to define row uniqueness.
If any duplicates are discovered (as defined by unique_key_parts),
only the newly selected rows (as defined by incremental_select_query)
will be included in the relation.
repeated string unique_key_parts = 3;
| Type | Description |
int |
The count of uniqueKeyParts. |
getUniqueKeyPartsList()
public abstract List<String> getUniqueKeyPartsList() A set of columns or SQL expressions used to define row uniqueness.
If any duplicates are discovered (as defined by unique_key_parts),
only the newly selected rows (as defined by incremental_select_query)
will be included in the relation.
repeated string unique_key_parts = 3;
| Type | Description |
List<String> |
A list containing the uniqueKeyParts. |
getUpdatePartitionFilter()
public abstract String getUpdatePartitionFilter() A SQL expression conditional used to limit the set of existing rows
considered for a merge operation (see unique_key_parts for more
information).
string update_partition_filter = 4;
| Type | Description |
String |
The updatePartitionFilter. |
getUpdatePartitionFilterBytes()
public abstract ByteString getUpdatePartitionFilterBytes() A SQL expression conditional used to limit the set of existing rows
considered for a merge operation (see unique_key_parts for more
information).
string update_partition_filter = 4;
| Type | Description |
ByteString |
The bytes for updatePartitionFilter. |