Class SetQueryOperation

java.lang.Object
org.apache.flink.table.operations.SetQueryOperation
All Implemented Interfaces:
Operation, QueryOperation

@Internal public class SetQueryOperation extends Object implements QueryOperation
A set operation on two relations. It provides a way to union, intersect or subtract underlying data sets/streams. Both relations must have equal schemas.