public static class PigRelFactories.PigJoinFactory extends Object implements RelFactories.JoinFactory
RelFactories.JoinFactory that
returns a PigJoin.| Modifier and Type | Field and Description |
|---|---|
static PigRelFactories.PigJoinFactory |
INSTANCE |
| Constructor and Description |
|---|
PigJoinFactory() |
| Modifier and Type | Method and Description |
|---|---|
RelNode |
createJoin(RelNode left,
RelNode right,
RexNode condition,
JoinRelType joinType,
Set<String> variablesStopped,
boolean semiJoinDone) |
RelNode |
createJoin(RelNode left,
RelNode right,
RexNode condition,
Set<CorrelationId> variablesSet,
JoinRelType joinType,
boolean semiJoinDone) |
public static final PigRelFactories.PigJoinFactory INSTANCE
public RelNode createJoin(RelNode left, RelNode right, RexNode condition, Set<CorrelationId> variablesSet, JoinRelType joinType, boolean semiJoinDone)
createJoin in interface RelFactories.JoinFactorypublic RelNode createJoin(RelNode left, RelNode right, RexNode condition, JoinRelType joinType, Set<String> variablesStopped, boolean semiJoinDone)
createJoin in interface RelFactories.JoinFactoryCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.