org.apache.hadoop.hive.ql.optimizer
Class TezBucketJoinProcCtx

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.BucketJoinProcCtx
      extended by org.apache.hadoop.hive.ql.optimizer.TezBucketJoinProcCtx
All Implemented Interfaces:
NodeProcessorCtx

public class TezBucketJoinProcCtx
extends BucketJoinProcCtx


Constructor Summary
TezBucketJoinProcCtx(HiveConf conf)
           
 
Method Summary
 Integer getNumBuckets()
           
 boolean isSubQuery()
           
 void setIsSubQuery(boolean isSubQuery)
           
 void setNumBuckets(int numBuckets)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.optimizer.BucketJoinProcCtx
getBaseBigAlias, getBigTblPartsToBucketFileNames, getBigTblPartsToBucketNumber, getConf, getConvertedJoinOps, getJoinAliases, getRejectedJoinOps, getTblAliasToBucketedFilePathsInEachPartition, getTblAliasToNumberOfBucketsInEachPartition, isBigTablePartitioned, setBaseBigAlias, setBigTablePartitioned, setBigTblPartsToBucketFileNames, setBigTblPartsToBucketNumber, setConvertedJoinOps, setJoinAliases, setRejectedJoinOps, setTblAliasToBucketedFilePathsInEachPartition, setTblAliasToNumberOfBucketsInEachPartition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TezBucketJoinProcCtx

public TezBucketJoinProcCtx(HiveConf conf)
Method Detail

setIsSubQuery

public void setIsSubQuery(boolean isSubQuery)

isSubQuery

public boolean isSubQuery()

setNumBuckets

public void setNumBuckets(int numBuckets)

getNumBuckets

public Integer getNumBuckets()


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