- 0.52.0 (latest)
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public static interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilder extends MessageOrBuilder
Implements
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 | int The 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 | int The 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 | int The 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 | int The 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 | int The 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 | int The 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. |