org.apache.hadoop.hive.ql.optimizer.optiq.rules
Class HiveSwapJoinRule

java.lang.Object
  extended by org.eigenbase.relopt.RelOptRule
      extended by org.eigenbase.rel.rules.SwapJoinRule
          extended by org.apache.hadoop.hive.ql.optimizer.optiq.rules.HiveSwapJoinRule

public class HiveSwapJoinRule
extends org.eigenbase.rel.rules.SwapJoinRule


Field Summary
static HiveSwapJoinRule INSTANCE
           
 
Fields inherited from class org.eigenbase.relopt.RelOptRule
operands
 
Method Summary
 boolean matches(org.eigenbase.relopt.RelOptRuleCall call)
           
 
Methods inherited from class org.eigenbase.rel.rules.SwapJoinRule
onMatch, swap, swap
 
Methods inherited from class org.eigenbase.relopt.RelOptRule
any, convert, convertList, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, none, operand, operand, operand, some, toString, unordered
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final HiveSwapJoinRule INSTANCE
Method Detail

matches

public boolean matches(org.eigenbase.relopt.RelOptRuleCall call)
Overrides:
matches in class org.eigenbase.relopt.RelOptRule


Copyright © 2014 The Apache Software Foundation. All rights reserved.