Package | Description |
---|---|
org.apache.flink.table.planner.analyze |
Modifier and Type | Method and Description |
---|---|
PlanAdvice.Kind |
PlanAdvice.getKind() |
static PlanAdvice.Kind |
PlanAdvice.Kind.valueOf(String name)
Returns 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.
|
Constructor and Description |
---|
PlanAdvice(PlanAdvice.Kind kind,
PlanAdvice.Scope scope,
String content) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.