Uses of Interface
org.apache.flink.table.catalog.StagedTable
-
Packages that use StagedTable Package Description org.apache.flink.table.connector.sink.abilities -
-
Uses of StagedTable in org.apache.flink.table.connector.sink.abilities
Methods in org.apache.flink.table.connector.sink.abilities that return StagedTable Modifier and Type Method Description StagedTableSupportsStaging. applyStaging(SupportsStaging.StagingContext context)Provides aSupportsStaging.StagingContextfor the sink modification and return aStagedTable.
-