org.apache.hadoop.hive.ql.exec
Class CollectOperator
java.lang.Object
org.apache.hadoop.hive.ql.exec.Operator<collectDesc>
org.apache.hadoop.hive.ql.exec.CollectOperator
- All Implemented Interfaces:
- Serializable, Node
public class CollectOperator
- extends Operator<collectDesc>
- implements Serializable
Buffers rows emitted by other operators
- See Also:
- Serialized Form
Fields inherited from class org.apache.hadoop.hive.ql.exec.Operator |
alias, childOperators, conf, done, gWork, id, joinAlias, LOG, out, parentOperators, reporter, statsMap |
Methods inherited from class org.apache.hadoop.hive.ql.exec.Operator |
close, dump, endGroup, forward, getChildOperators, getChildren, getConf, getDone, getName, getParentOperators, getSchema, getStats, jobClose, logStats, preorderMap, resetStats, setAlias, setChildOperators, setConf, setDone, setId, setJoinAlias, setMapredWork, setOutputCollector, setParentOperators, setSchema, startGroup |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rowList
protected transient ArrayList<Object> rowList
rowInspectorList
protected transient ArrayList<ObjectInspector> rowInspectorList
CollectOperator
public CollectOperator()
initialize
public void initialize(org.apache.hadoop.conf.Configuration hconf,
org.apache.hadoop.mapred.Reporter reporter)
throws HiveException
- Overrides:
initialize
in class Operator<collectDesc>
- Throws:
HiveException
process
public void process(Object row,
ObjectInspector rowInspector)
throws HiveException
- Specified by:
process
in class Operator<collectDesc>
- Throws:
HiveException
retrieve
public void retrieve(InspectableObject result)
Copyright © 2009 The Apache Software Foundation