protected static class MuxOperator.Handler extends Object
| Constructor and Description |
|---|
Handler(ObjectInspector inputObjInspector,
List<ExprNodeDesc> keyCols,
List<ExprNodeDesc> valueCols,
List<String> outputKeyColumnNames,
List<String> outputValueColumnNames,
Integer tag) |
| Modifier and Type | Method and Description |
|---|---|
ObjectInspector |
getOutputObjInspector() |
int |
getTag() |
Object |
process(Object row) |
public Handler(ObjectInspector inputObjInspector, List<ExprNodeDesc> keyCols, List<ExprNodeDesc> valueCols, List<String> outputKeyColumnNames, List<String> outputValueColumnNames, Integer tag) throws HiveException
HiveExceptionpublic ObjectInspector getOutputObjInspector()
public int getTag()
public Object process(Object row) throws HiveException
HiveExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.