| Modifier | Constructor and Description |
|---|---|
protected |
NonEquiJoinInfo(ImmutableIntList leftKeys,
ImmutableIntList rightKeys,
RexNode remaining) |
| Modifier and Type | Method and Description |
|---|---|
RexNode |
getRemaining(RexBuilder rexBuilder) |
boolean |
isEqui()
Returns whether this is an equi-join.
|
public final RexNode remaining
protected NonEquiJoinInfo(ImmutableIntList leftKeys, ImmutableIntList rightKeys, RexNode remaining)
public boolean isEqui()
JoinInfopublic RexNode getRemaining(RexBuilder rexBuilder)
getRemaining in class JoinInfoCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.