public class VectorSMBMapJoinOperator extends SMBMapJoinOperator implements VectorizationContextRegion
Operator.OperatorFunc, Operator.StateemptyList, joinKeys, joinKeysObjectInspectors, posBigTablealias, aliasFilterTags, condn, countAfterReport, dummyObj, dummyObjVectors, filterMaps, filterTags, forwardCache, hconf, heartbeatInterval, intermediate, joinFilterObjectInspectors, joinFilters, joinValues, joinValuesObjectInspectors, joinValuesStandardObjectInspectors, noOuterJoin, NOTSKIPBIGTABLE, nullsafes, numAliases, offsets, order, rowContainerStandardObjectInspectors, skipVectors, spillTableDesc, totalSzchildOperators, childOperatorsArray, childOperatorsTag, colExprMap, conf, CONTEXT_NAME_KEY, done, groupKeyObject, HIVECOUNTERCREATEDFILES, HIVECOUNTERFATAL, id, inputObjInspectors, isLogDebugEnabled, isLogInfoEnabled, isLogTraceEnabled, operatorId, out, outputObjInspector, parentOperators, PLOG, reporter, state, statsMap| Constructor and Description |
|---|
VectorSMBMapJoinOperator() |
VectorSMBMapJoinOperator(VectorizationContext vContext,
OperatorDesc conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeOp(boolean aborted)
All done.
|
VectorizationContext |
getOuputVectorizationContext() |
protected Collection<Future<?>> |
initializeOp(org.apache.hadoop.conf.Configuration hconf)
Operator specific initialization.
|
protected void |
internalForward(Object row,
ObjectInspector outputOI) |
void |
process(Object row,
int tag)
Process the row.
|
protected List<Object> |
smbJoinComputeKeys(Object row,
byte alias) |
allInitializedParentsAreClosed, cleanUpInputFileChangedOp, getName, getOperatorName, getType, initializeLocalWork, initializeMapredLocalWork, isConvertedAutomaticallySMBJoin, opAllowedConvertMapJoin, setConvertedAutomaticallySMBJoingetValueObjectInspectorscheckAndGenObject, endGroup, getFilteredValue, getFilterTag, getNextSize, getPosToAliasMap, hasFilter, opAllowedAfterMapJoin, opAllowedBeforeMapJoin, reportProgress, setPosToAliasMap, startGroupacceptLimitPushdown, areAllParentsInitialized, augmentPlan, cleanUpInputFileChanged, clone, cloneOp, cloneRecursiveChildren, close, columnNamesRowResolvedCanBeObtained, completeInitializationOp, createDummy, defaultEndGroup, defaultStartGroup, dump, dump, flush, forward, getAdditionalCounters, getChildOperators, getChildren, getColumnExprMap, getConf, getConfiguration, getDone, getExecContext, getGroupKeyObject, getIdentifier, getInputObjInspectors, getNextCntr, getNumChild, getNumParent, getOperatorId, getOpTraits, getOutputObjInspector, getParentOperators, getSchema, getStatistics, getStats, initEvaluators, initEvaluators, initEvaluatorsAndReturnStruct, initialize, initialize, initializeChildren, initOperatorId, isUseBucketizedHiveInputFormat, jobClose, jobCloseOp, logStats, opAllowedBeforeSortMergeJoin, passExecContext, preorderMap, processGroup, removeChild, removeChildAndAdoptItsChildren, removeChildren, removeParent, replaceChild, replaceParent, reset, resetId, resetStats, setAlias, setChildOperators, setColumnExprMap, setConf, setDone, setExecContext, setGroupKeyObject, setId, setInputContext, setInputObjInspectors, setOperatorId, setOpTraits, setOutputCollector, setParentOperators, setReporter, setSchema, setStatistics, setUseBucketizedHiveInputFormat, supportAutomaticSortMergeJoin, supportSkewJoinOptimization, supportUnionRemoveOptimization, toString, toStringpublic VectorSMBMapJoinOperator()
public VectorSMBMapJoinOperator(VectorizationContext vContext, OperatorDesc conf) throws HiveException
HiveExceptionprotected List<Object> smbJoinComputeKeys(Object row, byte alias) throws HiveException
smbJoinComputeKeys in class SMBMapJoinOperatorHiveExceptionprotected Collection<Future<?>> initializeOp(org.apache.hadoop.conf.Configuration hconf) throws HiveException
OperatorinitializeOp in class SMBMapJoinOperatorHiveExceptionpublic void process(Object row, int tag) throws HiveException
Operatorprocess in class SMBMapJoinOperatorrow - The object representing the row.tag - The tag of the row usually means which parent this row comes from.
Rows with the same tag should have exactly the same rowInspector
all the time.HiveExceptionpublic void closeOp(boolean aborted)
throws HiveException
CommonJoinOperatorcloseOp in class SMBMapJoinOperatorHiveExceptionprotected void internalForward(Object row, ObjectInspector outputOI) throws HiveException
internalForward in class CommonJoinOperator<SMBJoinDesc>HiveExceptionpublic VectorizationContext getOuputVectorizationContext()
getOuputVectorizationContext in interface VectorizationContextRegionCopyright © 2017 The Apache Software Foundation. All rights reserved.