Uses of Class
org.apache.flink.table.planner.plan.trait.ModifyKindSet
Packages that use ModifyKindSet
-
Uses of ModifyKindSet in org.apache.flink.table.planner.plan.trait
Fields in org.apache.flink.table.planner.plan.trait declared as ModifyKindSetModifier and TypeFieldDescriptionstatic final ModifyKindSetModifyKindSet.ALL_CHANGESA modify kind set contains all change operations.static final ModifyKindSetModifyKindSet.INSERT_ONLYInsert-only modify kind set.Methods in org.apache.flink.table.planner.plan.trait that return ModifyKindSetModifier and TypeMethodDescriptionModifyKindSet.Builder.build()ModifyKindSet.intersect(ModifyKindSet other) Returns a new ModifyKindSet with all kinds set in both this set and in another set.ModifyKindSet.minus(ModifyKindSet other) Returns a new set of ModifyKind which is this set minus the other set, i.e.ModifyKindSet.union(ModifyKindSet other) Returns a new ModifyKindSet with the union of the other ModifyKindSet.static ModifyKindSetModifyKindSet.union(ModifyKindSet... modifyKindSets) Returns the union of a number of ModifyKindSets.Methods in org.apache.flink.table.planner.plan.trait with parameters of type ModifyKindSetModifier and TypeMethodDescriptionModifyKindSet.intersect(ModifyKindSet other) Returns a new ModifyKindSet with all kinds set in both this set and in another set.ModifyKindSet.minus(ModifyKindSet other) Returns a new set of ModifyKind which is this set minus the other set, i.e.ModifyKindSet.union(ModifyKindSet other) Returns a new ModifyKindSet with the union of the other ModifyKindSet.static ModifyKindSetModifyKindSet.union(ModifyKindSet... modifyKindSets) Returns the union of a number of ModifyKindSets.