org.apache.hadoop.hive.ql.exec.vector
Class VectorMapOperator

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.Operator<MapWork>
      extended by org.apache.hadoop.hive.ql.exec.MapOperator
          extended by org.apache.hadoop.hive.ql.exec.vector.VectorMapOperator
All Implemented Interfaces:
Serializable, Cloneable, Node

public class VectorMapOperator
extends MapOperator

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.exec.MapOperator
MapOperator.Counter
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.exec.Operator
Operator.OperatorFunc, Operator.State
 
Field Summary
 
Fields inherited from class org.apache.hadoop.hive.ql.exec.Operator
HIVECOUNTERCREATEDFILES, HIVECOUNTERFATAL
 
Constructor Summary
VectorMapOperator()
           
 
Method Summary
 void process(org.apache.hadoop.io.Writable value)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.MapOperator
cleanUpInputFileChangedOp, closeOp, getName, getOperatorName, getType, initializeAsRoot, initializeOp, populateVirtualColumnValues, processOp, setChildren
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.Operator
acceptLimitPushdown, augmentPlan, cleanUpInputFileChanged, clone, cloneOp, cloneRecursiveChildren, close, columnNamesRowResolvedCanBeObtained, dump, dump, endGroup, flush, getChildOperators, getChildren, getColumnExprMap, getConf, getConfiguration, getDone, getExecContext, getGroupKeyObject, getGroupKeyObjectInspector, getIdentifier, getInputObjInspectors, getNumChild, getNumParent, getOperatorId, getOpTraits, getOutputObjInspector, getParentOperators, getSchema, getStatistics, getStats, initialize, initializeLocalWork, initOperatorId, isUseBucketizedHiveInputFormat, jobClose, jobCloseOp, logStats, opAllowedAfterMapJoin, opAllowedBeforeMapJoin, opAllowedBeforeSortMergeJoin, opAllowedConvertMapJoin, passExecContext, preorderMap, processGroup, removeChild, removeChildAndAdoptItsChildren, removeChildren, removeParent, replaceChild, replaceParent, reset, resetId, resetStats, setAlias, setChildOperators, setColumnExprMap, setConf, setExecContext, setGroupKeyObject, setGroupKeyObjectInspector, setId, setInputObjInspectors, setOperatorId, setOpTraits, setOutputCollector, setParentOperators, setReporter, setSchema, setStatistics, setUseBucketizedHiveInputFormat, startGroup, supportAutomaticSortMergeJoin, supportSkewJoinOptimization, supportUnionRemoveOptimization, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VectorMapOperator

public VectorMapOperator()
Method Detail

process

public void process(org.apache.hadoop.io.Writable value)
             throws HiveException
Overrides:
process in class MapOperator
Throws:
HiveException


Copyright © 2014 The Apache Software Foundation. All rights reserved.