Interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilder (0.12.0)

public static interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for incrementalSelectQuery.

getRefreshDisabled()

public abstract boolean getRefreshDisabled()

Whether this table should be protected from being refreshed.

bool refresh_disabled = 2;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for updatePartitionFilter.