Package org.apache.flink.table.planner.plan.abilities.sink
package org.apache.flink.table.planner.plan.abilities.sink
-
ClassDescriptionNo properties.A sub-class of
SinkAbilitySpecthat can not only serialize/deserialize the overwrite flag to/from JSON, but also can overwrite existing data forSupportsOverwrite.A sub-class ofSinkAbilitySpecthat can not only serialize/deserialize the partition to/from JSON, but also can write partitioned data forSupportsPartitioning.A sub-class ofSinkAbilitySpecthat can not only serialize/deserialize the row-level delete mode & required physical column indices to/from JSON, but also can delete existing data forSupportsRowLevelDelete.A sub-class ofSinkAbilitySpecthat can not only serialize/deserialize the row-level update mode, columns & required physical column indices to/from JSON, but also can update existing data forSupportsRowLevelUpdate.An interface that can not only serialize/deserialize the sink abilities to/from JSON, but also can apply the abilities to aDynamicTableSink.A sub-class ofSinkAbilitySpecthat can not only serialize/deserialize the metadata columns to/from JSON, but also can write the metadata columns forSupportsWritingMetadata.