Package | Description |
---|---|
org.apache.flink.table.planner.plan.trait |
Modifier and Type | Method and Description |
---|---|
static ModifyKind |
ModifyKind.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
Set<ModifyKind> |
ModifyKindSet.getContainedKinds() |
Modifier and Type | Method and Description |
---|---|
ModifyKindSet.Builder |
ModifyKindSet.Builder.addContainedKind(ModifyKind kind) |
boolean |
ModifyKindSet.contains(ModifyKind kind) |
boolean |
ModifyKindSet.containsOnly(ModifyKind kind) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.