Uses of Enum
org.apache.flink.table.planner.plan.trait.ModifyKind
Packages that use ModifyKind
-
Uses of ModifyKind in org.apache.flink.table.planner.plan.trait
Methods in org.apache.flink.table.planner.plan.trait that return ModifyKindModifier and TypeMethodDescriptionstatic ModifyKindReturns the enum constant of this type with the specified name.static ModifyKind[]ModifyKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.table.planner.plan.trait that return types with arguments of type ModifyKindMethods in org.apache.flink.table.planner.plan.trait with parameters of type ModifyKindModifier and TypeMethodDescriptionModifyKindSet.Builder.addContainedKind(ModifyKind kind) booleanModifyKindSet.contains(ModifyKind kind) booleanModifyKindSet.containsOnly(ModifyKind kind)