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