org.apache.hadoop.hive.ql.optimizer.stats.annotation
Class AnnotateStatsProcCtx

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.stats.annotation.AnnotateStatsProcCtx
All Implemented Interfaces:
NodeProcessorCtx

public class AnnotateStatsProcCtx
extends Object
implements NodeProcessorCtx


Constructor Summary
AnnotateStatsProcCtx(ParseContext pctx)
           
 
Method Summary
 Statistics getAndExprStats()
           
 HiveConf getConf()
           
 ParseContext getParseContext()
           
 void setAndExprStats(Statistics andExprStats)
           
 void setConf(HiveConf conf)
           
 void setParseContext(ParseContext pctx)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotateStatsProcCtx

public AnnotateStatsProcCtx(ParseContext pctx)
Method Detail

getConf

public HiveConf getConf()

setConf

public void setConf(HiveConf conf)

getParseContext

public ParseContext getParseContext()

setParseContext

public void setParseContext(ParseContext pctx)

getAndExprStats

public Statistics getAndExprStats()

setAndExprStats

public void setAndExprStats(Statistics andExprStats)


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