org.apache.hadoop.hive.ql.plan
Class SMBJoinDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.JoinDesc
org.apache.hadoop.hive.ql.plan.MapJoinDesc
org.apache.hadoop.hive.ql.plan.SMBJoinDesc
- All Implemented Interfaces:
- Serializable
public class SMBJoinDesc
- extends MapJoinDesc
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class org.apache.hadoop.hive.ql.plan.MapJoinDesc |
getAliasBucketFileNameMapping, getBigTableAlias, getBucketFileNameMapping, getDumpFilePrefix, getKeys, getKeyTblDesc, getPosBigTable, getRetainList, getValueFilteredTblDescs, getValueTblDescs, setAliasBucketFileNameMapping, setBigTableAlias, setBucketFileNameMapping, setDumpFilePrefix, setKeys, setKeyTblDesc, setPosBigTable, setRetainList, setValueFilteredTblDescs, setValueTblDescs |
Methods inherited from class org.apache.hadoop.hive.ql.plan.JoinDesc |
getBigKeysDirMap, getConds, getCondsList, getExprs, getExprsStringMap, getFilters, getFiltersStringMap, getHandleSkewJoin, getKeyTableDesc, getNoOuterJoin, getNullSafes, getNullSafeString, getOutputColumnNames, getReversedExprs, getSkewKeyDefinition, getSkewKeysValuesTables, getSmallKeysDirMap, getTagOrder, isNoOuterJoin, setBigKeysDirMap, setConds, setExprs, setFilters, setHandleSkewJoin, setKeyTableDesc, setNoOuterJoin, setNullSafes, setOutputColumnNames, setReversedExprs, setSkewKeyDefinition, setSkewKeysValuesTables, setSmallKeysDirMap, setTagOrder |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMBJoinDesc
public SMBJoinDesc(MapJoinDesc conf)
SMBJoinDesc
public SMBJoinDesc()
getLocalWork
public MapredLocalWork getLocalWork()
setLocalWork
public void setLocalWork(MapredLocalWork localWork)
getTagToAlias
public HashMap<Byte,String> getTagToAlias()
setTagToAlias
public void setTagToAlias(HashMap<Byte,String> tagToAlias)
Copyright © 2013 The Apache Software Foundation