Package | Description |
---|---|
org.apache.flink.table.operations | |
org.apache.flink.table.operations.utils.factories |
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) |
Modifier and Type | Method and Description |
---|---|
QueryOperation |
SetOperationFactory.create(SetQueryOperation.SetQueryOperationType type,
QueryOperation left,
QueryOperation right,
boolean all)
Creates a valid algebraic operation.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.