Uses of Class
org.apache.flink.table.planner.plan.trait.ModifyKindSet
-
Packages that use ModifyKindSet Package Description org.apache.flink.table.planner.plan.trait -
-
Uses of ModifyKindSet in org.apache.flink.table.planner.plan.trait
Fields in org.apache.flink.table.planner.plan.trait declared as ModifyKindSet Modifier and Type Field Description static ModifyKindSet
ModifyKindSet. ALL_CHANGES
A modify kind set contains all change operations.static ModifyKindSet
ModifyKindSet. INSERT_ONLY
Insert-only modify kind set.Methods in org.apache.flink.table.planner.plan.trait that return ModifyKindSet Modifier and Type Method Description ModifyKindSet
ModifyKindSet.Builder. build()
ModifyKindSet
ModifyKindSet. intersect(ModifyKindSet other)
Returns a new ModifyKindSet with all kinds set in both this set and in another set.ModifyKindSet
ModifyKindSet. minus(ModifyKindSet other)
Returns a new set of ModifyKind which is this set minus the other set, i.e.ModifyKindSet
ModifyKindSet. union(ModifyKindSet other)
Returns a new ModifyKindSet with the union of the other ModifyKindSet.static ModifyKindSet
ModifyKindSet. union(ModifyKindSet... modifyKindSets)
Returns the union of a number of ModifyKindSets.Methods in org.apache.flink.table.planner.plan.trait with parameters of type ModifyKindSet Modifier and Type Method Description ModifyKindSet
ModifyKindSet. intersect(ModifyKindSet other)
Returns a new ModifyKindSet with all kinds set in both this set and in another set.ModifyKindSet
ModifyKindSet. minus(ModifyKindSet other)
Returns a new set of ModifyKind which is this set minus the other set, i.e.ModifyKindSet
ModifyKindSet. union(ModifyKindSet other)
Returns a new ModifyKindSet with the union of the other ModifyKindSet.static ModifyKindSet
ModifyKindSet. union(ModifyKindSet... modifyKindSets)
Returns the union of a number of ModifyKindSets.
-