public static interface RelFactories.SetOpFactory
SetOp for a particular kind of
set operation (UNION, EXCEPT, INTERSECT) and of the appropriate type
for this rule's calling convention.| Modifier and Type | Method and Description |
|---|---|
RelNode |
createSetOp(SqlKind kind,
List<RelNode> inputs,
boolean all)
Creates a set operation.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.