Uses of Enum
org.apache.flink.table.operations.ModifyType
Packages that use ModifyType
-
Uses of ModifyType in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return ModifyTypeModifier and TypeMethodDescriptionstatic ModifyTypeReturns the enum constant of this type with the specified name.static ModifyType[]ModifyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.table.operations with parameters of type ModifyTypeModifierConstructorDescriptionSinkModifyOperation(ContextResolvedTable contextResolvedTable, QueryOperation child, int[][] targetColumns, ModifyType modifyType) SinkModifyOperation(ContextResolvedTable contextResolvedTable, QueryOperation child, Map<String, String> staticPartitions, int[][] targetColumns, boolean overwrite, Map<String, String> dynamicOptions, ModifyType modifyType) StagedSinkModifyOperation(ContextResolvedTable contextResolvedTable, QueryOperation child, Map<String, String> staticPartitions, int[][] targetColumns, boolean overwrite, Map<String, String> dynamicOptions, ModifyType modifyType, org.apache.flink.table.connector.sink.DynamicTableSink dynamicTableSink)