org.apache.hadoop.hive.ql.udf.ptf
Class NoopWithMap
java.lang.Object
org.apache.hadoop.hive.ql.udf.ptf.TableFunctionEvaluator
org.apache.hadoop.hive.ql.udf.ptf.Noop
org.apache.hadoop.hive.ql.udf.ptf.NoopWithMap
public class NoopWithMap
- extends Noop
Methods inherited from class org.apache.hadoop.hive.ql.udf.ptf.Noop |
execute |
Methods inherited from class org.apache.hadoop.hive.ql.udf.ptf.TableFunctionEvaluator |
getOutputOI, getQueryDef, getRawInputOI, getTableDef, isTransformsRawInput, setOutputOI, setQueryDef, setRawInputOI, setTableDef, setTransformsRawInput, transformRawInput |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoopWithMap
public NoopWithMap()
execute
public PTFPartition execute(PTFPartition iPart)
throws HiveException
- Overrides:
execute
in class Noop
- Throws:
HiveException
_transformRawInput
protected PTFPartition _transformRawInput(PTFPartition iPart)
throws HiveException
- Overrides:
_transformRawInput
in class TableFunctionEvaluator
- Throws:
HiveException
Copyright © 2012 The Apache Software Foundation