Interface SupportsTruncate
-
@PublicEvolving public interface SupportsTruncateEnables to delete all existing data in aDynamicTableSinktable usingTRUNCATE TABLEstatement.For
TRUNCATE TABLEstatement, if the correspondingDynamicTableSinkhave implemented this interface, then the methodexecuteTruncation()will be invoked in execution phase. Otherwise, Flink will throw exception directly.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteTruncation()Execute truncating table.
-