Uses of Enum
org.apache.flink.table.planner.analyze.PlanAdvice.Scope
Packages that use PlanAdvice.Scope
-
Uses of PlanAdvice.Scope in org.apache.flink.table.planner.analyze
Methods in org.apache.flink.table.planner.analyze that return PlanAdvice.ScopeModifier and TypeMethodDescriptionPlanAdvice.getScope()static PlanAdvice.ScopeReturns the enum constant of this type with the specified name.static PlanAdvice.Scope[]PlanAdvice.Scope.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.ScopeModifierConstructorDescriptionPlanAdvice(PlanAdvice.Kind kind, PlanAdvice.Scope scope, String content)