|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowContainer | |
|---|---|
| org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
| org.apache.hadoop.hive.ql.exec.persistence | |
| Uses of RowContainer in org.apache.hadoop.hive.ql.exec |
|---|
| Fields in org.apache.hadoop.hive.ql.exec declared as RowContainer | |
|---|---|
protected RowContainer<List<Object>>[] |
CommonJoinOperator.dummyObjVectors
|
protected RowContainer<List<Object>> |
AbstractMapJoinOperator.emptyList
|
| Methods in org.apache.hadoop.hive.ql.exec that return RowContainer | |
|---|---|
static RowContainer<List<Object>> |
JoinUtil.getRowContainer(org.apache.hadoop.conf.Configuration hconf,
List<ObjectInspector> structFieldObjectInspectors,
Byte alias,
int containerSize,
TableDesc[] spillTableDesc,
JoinDesc conf,
boolean noFilter,
org.apache.hadoop.mapred.Reporter reporter)
|
| Uses of RowContainer in org.apache.hadoop.hive.ql.exec.persistence |
|---|
| Subclasses of RowContainer in org.apache.hadoop.hive.ql.exec.persistence | |
|---|---|
class |
PTFRowContainer<Row extends List<Object>>
Extends the RowContainer functionality to provide random access getAt(i). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||