Package | Description |
---|---|
org.apache.calcite.rel.mutable |
Defines mutable relational expressions.
|
Modifier and Type | Method and Description |
---|---|
static MutableSemiJoin |
MutableSemiJoin.of(RelDataType rowType,
MutableRel left,
MutableRel right,
RexNode condition,
ImmutableIntList leftKeys,
ImmutableIntList rightKeys)
Creates a MutableSemiJoin.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.