Uses of Class
org.apache.flink.table.operations.ModifyType
-
Packages that use ModifyType Package Description org.apache.flink.table.operations -
-
Uses of ModifyType in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return ModifyType Modifier and Type Method Description static ModifyTypeModifyType. valueOf(String name)Returns 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 ModifyType Constructor Description SinkModifyOperation(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)
-