Enum SetQueryOperation.SetQueryOperationType

java.lang.Object
java.lang.Enum<SetQueryOperation.SetQueryOperationType>
org.apache.flink.table.operations.SetQueryOperation.SetQueryOperationType
All Implemented Interfaces:
Serializable, Comparable<SetQueryOperation.SetQueryOperationType>
Enclosing class:
SetQueryOperation

@Internal public static enum SetQueryOperation.SetQueryOperationType extends Enum<SetQueryOperation.SetQueryOperationType>
Represent kind of this set operation.
  • MINUS returns records from the left relation that do not exist in the right relation
  • INTERSECT returns records that exist in both relation
  • UNION returns records from both relations as a single relation