Uses of Enum
org.apache.flink.table.planner.analyze.PlanAdvice.Kind
Packages that use PlanAdvice.Kind
-
Uses of PlanAdvice.Kind in org.apache.flink.table.planner.analyze
Methods in org.apache.flink.table.planner.analyze that return PlanAdvice.KindModifier and TypeMethodDescriptionPlanAdvice.getKind()static PlanAdvice.KindReturns the enum constant of this type with the specified name.static PlanAdvice.Kind[]PlanAdvice.Kind.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.table.planner.analyze with parameters of type PlanAdvice.KindModifierConstructorDescriptionPlanAdvice(PlanAdvice.Kind kind, PlanAdvice.Scope scope, String content)