| 接口 | 说明 |
|---|---|
| SupportsDeletePushDown |
Enables to push down filters decomposed from the
WHERE clause in delete statement to
DynamicTableSink. |
| SupportsOverwrite |
Enables to overwrite existing data in a
DynamicTableSink. |
| SupportsPartitioning |
Enables to write partitioned data in a
DynamicTableSink. |
| 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.
|
| SupportsWritingMetadata |
Interface for
DynamicTableSinks that support writing metadata columns. |
| 枚举 | 说明 |
|---|---|
| SupportsRowLevelDelete.RowLevelDeleteMode |
Type of delete modes that the sink expects for delete purpose.
|
| SupportsRowLevelUpdate.RowLevelUpdateMode |
Type of update modes that the sink expects for update purpose.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.