Package | Description |
---|---|
org.apache.calcite.rel.logical |
Modifier and Type | Method and Description |
---|---|
LogicalUnion |
LogicalUnion.copy(org.apache.calcite.plan.RelTraitSet traitSet,
List<org.apache.calcite.rel.RelNode> inputs,
boolean all) |
static LogicalUnion |
LogicalUnion.create(List<org.apache.calcite.rel.RelNode> inputs,
boolean all)
Creates a LogicalUnion.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.