public interface SupportsRowLevelUpdateAdapter
extends org.apache.flink.table.connector.sink.abilities.SupportsRowLevelUpdate
SupportsRowLevelUpdate.| Modifier and Type | Interface and Description |
|---|---|
static interface |
SupportsRowLevelUpdateAdapter.RowLevelUpdateInfoAdapter
Adapter clazz for
SupportsRowLevelUpdate.RowLevelUpdateInfo. |
org.apache.flink.table.connector.sink.abilities.SupportsRowLevelUpdate.RowLevelUpdateInfo, org.apache.flink.table.connector.sink.abilities.SupportsRowLevelUpdate.RowLevelUpdateMode| Modifier and Type | Method and Description |
|---|---|
SupportsRowLevelUpdateAdapter.RowLevelUpdateInfoAdapter |
applyRowLevelUpdate(List<org.apache.flink.table.catalog.Column> updatedColumns) |
default org.apache.flink.table.connector.sink.abilities.SupportsRowLevelUpdate.RowLevelUpdateInfo |
applyRowLevelUpdate(List<org.apache.flink.table.catalog.Column> updatedColumns,
org.apache.flink.table.connector.RowLevelModificationScanContext context) |
default org.apache.flink.table.connector.sink.abilities.SupportsRowLevelUpdate.RowLevelUpdateInfo applyRowLevelUpdate(List<org.apache.flink.table.catalog.Column> updatedColumns, @Nullable org.apache.flink.table.connector.RowLevelModificationScanContext context)
applyRowLevelUpdate in interface org.apache.flink.table.connector.sink.abilities.SupportsRowLevelUpdateSupportsRowLevelUpdateAdapter.RowLevelUpdateInfoAdapter applyRowLevelUpdate(List<org.apache.flink.table.catalog.Column> updatedColumns)
Copyright © 2023 The Apache Software Foundation. All rights reserved.