Class SetOpNode

java.lang.Object
org.apache.calcite.interpreter.SetOpNode
All Implemented Interfaces:
AutoCloseable, Node

public class SetOpNode extends Object implements Node
Interpreter node that implements a SetOp, including Minus, Union and Intersect.