org.apache.hadoop.hive.ql.optimizer.physical
Class SkewJoinResolver.SkewJoinProcCtx

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.physical.SkewJoinResolver.SkewJoinProcCtx
All Implemented Interfaces:
NodeProcessorCtx
Enclosing class:
SkewJoinResolver

public static class SkewJoinResolver.SkewJoinProcCtx
extends Object
implements NodeProcessorCtx

A container of current task and parse context.


Constructor Summary
SkewJoinResolver.SkewJoinProcCtx(Task<? extends Serializable> task, ParseContext parseCtx)
           
 
Method Summary
 Task<? extends Serializable> getCurrentTask()
           
 ParseContext getParseCtx()
           
 void setCurrentTask(Task<? extends Serializable> currentTask)
           
 void setParseCtx(ParseContext parseCtx)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkewJoinResolver.SkewJoinProcCtx

public SkewJoinResolver.SkewJoinProcCtx(Task<? extends Serializable> task,
                                        ParseContext parseCtx)
Method Detail

getCurrentTask

public Task<? extends Serializable> getCurrentTask()

setCurrentTask

public void setCurrentTask(Task<? extends Serializable> currentTask)

getParseCtx

public ParseContext getParseCtx()

setParseCtx

public void setParseCtx(ParseContext parseCtx)


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