org.apache.hadoop.hive.ql.optimizer
Class SamplePruner.SamplePrunerCtx

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.SamplePruner.SamplePrunerCtx
All Implemented Interfaces:
NodeProcessorCtx
Enclosing class:
SamplePruner

public static class SamplePruner.SamplePrunerCtx
extends Object
implements NodeProcessorCtx

SamplePrunerCtx.


Constructor Summary
SamplePruner.SamplePrunerCtx(HashMap<TableScanOperator,FilterDesc.sampleDesc> opToSamplePruner)
           
 
Method Summary
 HashMap<TableScanOperator,FilterDesc.sampleDesc> getOpToSamplePruner()
           
 void setOpToSamplePruner(HashMap<TableScanOperator,FilterDesc.sampleDesc> opToSamplePruner)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamplePruner.SamplePrunerCtx

public SamplePruner.SamplePrunerCtx(HashMap<TableScanOperator,FilterDesc.sampleDesc> opToSamplePruner)
Method Detail

getOpToSamplePruner

public HashMap<TableScanOperator,FilterDesc.sampleDesc> getOpToSamplePruner()
Returns:
the opToSamplePruner

setOpToSamplePruner

public void setOpToSamplePruner(HashMap<TableScanOperator,FilterDesc.sampleDesc> opToSamplePruner)
Parameters:
opToSamplePruner - the opToSamplePruner to set


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