| Package | Description |
|---|---|
| org.apache.flink.table.operations |
| Modifier and Type | Method and Description |
|---|---|
SetQueryOperation.SetQueryOperationType |
SetQueryOperation.getType() |
static SetQueryOperation.SetQueryOperationType |
SetQueryOperation.SetQueryOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetQueryOperation.SetQueryOperationType[] |
SetQueryOperation.SetQueryOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SetQueryOperation(QueryOperation leftOperation,
QueryOperation rightOperation,
SetQueryOperation.SetQueryOperationType type,
boolean all,
org.apache.flink.table.catalog.ResolvedSchema resolvedSchema) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.