|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinDesc | |
---|---|
org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
org.apache.hadoop.hive.ql.plan |
Uses of JoinDesc in org.apache.hadoop.hive.ql.exec |
---|
Classes in org.apache.hadoop.hive.ql.exec with type parameters of type JoinDesc | |
---|---|
class |
CommonJoinOperator<T extends JoinDesc>
Join operator implementation. |
Methods in org.apache.hadoop.hive.ql.exec with type parameters of type JoinDesc | ||
---|---|---|
protected static
|
CommonJoinOperator.getJoinOutputObjectInspector(Byte[] order,
Map<Byte,List<ObjectInspector>> aliasToObjectInspectors,
T conf)
|
Methods in org.apache.hadoop.hive.ql.exec with parameters of type JoinDesc | |
---|---|
static RowContainer |
JoinUtil.getRowContainer(org.apache.hadoop.conf.Configuration hconf,
List<ObjectInspector> structFieldObjectInspectors,
Byte alias,
int containerSize,
Map<Byte,TableDesc> spillTableDesc,
JoinDesc conf,
boolean noOuterJoin)
|
static SerDe |
JoinUtil.getSpillSerDe(byte alias,
Map<Byte,TableDesc> spillTableDesc,
JoinDesc conf,
boolean noOuterJoin)
|
static TableDesc |
JoinUtil.getSpillTableDesc(Byte alias,
Map<Byte,TableDesc> spillTableDesc,
JoinDesc conf,
boolean noOuterJoin)
|
static Map<Byte,TableDesc> |
JoinUtil.getSpillTableDesc(Map<Byte,TableDesc> spillTableDesc,
JoinDesc conf,
boolean noOuterJoin)
|
static Map<Byte,TableDesc> |
JoinUtil.initSpillTables(JoinDesc conf,
boolean noOuterJoin)
|
Uses of JoinDesc in org.apache.hadoop.hive.ql.plan |
---|
Subclasses of JoinDesc in org.apache.hadoop.hive.ql.plan | |
---|---|
class |
HashTableSinkDesc
Map Join operator Descriptor implementation. |
class |
MapJoinDesc
Map Join operator Descriptor implementation. |
class |
SMBJoinDesc
|
Constructors in org.apache.hadoop.hive.ql.plan with parameters of type JoinDesc | |
---|---|
JoinDesc(JoinDesc clone)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |