org.apache.hadoop.hive.ql.optimizer.ppr
Class OpProcFactory.FilterPPR

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.PrunerOperatorFactory.FilterPruner
      extended by org.apache.hadoop.hive.ql.optimizer.ppr.OpProcFactory.FilterPPR
All Implemented Interfaces:
NodeProcessor
Enclosing class:
OpProcFactory

public static class OpProcFactory.FilterPPR
extends PrunerOperatorFactory.FilterPruner

Determines the partition pruner for the filter. This is called only when the filter follows a table scan operator.


Constructor Summary
OpProcFactory.FilterPPR()
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.ql.optimizer.PrunerOperatorFactory.FilterPruner
process
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpProcFactory.FilterPPR

public OpProcFactory.FilterPPR()


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