| SupportsBucketing |
|
| SupportsDeletePushDown |
Enables to push down filters decomposed from the WHERE clause in delete statement to
DynamicTableSink.
|
| SupportsOverwrite |
|
| SupportsPartitioning |
|
| SupportsRowLevelDelete |
Interface for DynamicTableSinks that support delete existing data according to row-level
changes.
|
| SupportsRowLevelDelete.RowLevelDeleteInfo |
The information that guides the planner on how to rewrite the delete statement.
|
| SupportsRowLevelUpdate |
Interface for DynamicTableSinks that support update existing data according to row-level
changes.
|
| SupportsRowLevelUpdate.RowLevelUpdateInfo |
The information that guides the planner on how to rewrite the update statement.
|
| SupportsStaging |
Interface for DynamicTableSinks that support atomic semantic for CTAS(CREATE TABLE AS
SELECT) or RTAS([CREATE OR] REPLACE TABLE AS SELECT) statement using a two-phase commit protocol.
|
| SupportsStaging.StagingContext |
The context is intended to tell DynamicTableSink the type of this operation.
|
| SupportsTruncate |
Enables to delete all existing data in a DynamicTableSink table using TRUNCATE
TABLE statement.
|
| SupportsWritingMetadata |
|