|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowContainer | |
---|---|
org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
Uses of RowContainer in org.apache.hadoop.hive.ql.exec |
---|
Fields in org.apache.hadoop.hive.ql.exec declared as RowContainer | |
---|---|
protected RowContainer<ArrayList<Object>>[] |
CommonJoinOperator.dummyObjVectors
|
protected RowContainer<ArrayList<Object>> |
AbstractMapJoinOperator.emptyList
|
protected RowContainer<ArrayList<Object>> |
HashTableSinkOperator.emptyList
|
Methods in org.apache.hadoop.hive.ql.exec that return RowContainer | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |