Package org.apache.calcite.rel.core
Interface RelFactories.SetOpFactory
- Enclosing class:
RelFactories
public static interface RelFactories.SetOpFactory
Can create a
SetOp
for a particular kind of
set operation (UNION, EXCEPT, INTERSECT) and of the appropriate type
for this rule's calling convention.-
Method Summary
Modifier and TypeMethodDescriptioncreateSetOp
(SqlKind kind, List<RelNode> inputs, boolean all) Creates a set operation.
-
Method Details
-
createSetOp
Creates a set operation.
-