| Package | Description |
|---|---|
| org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumerableSemiJoin |
EnumerableSemiJoin.create(RelNode left,
RelNode right,
RexNode condition,
ImmutableIntList leftKeys,
ImmutableIntList rightKeys)
Creates an EnumerableSemiJoin.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.