org.apache.hadoop.hive.ql.udf.ptf
Class Noop
java.lang.Object
org.apache.hadoop.hive.ql.udf.ptf.TableFunctionEvaluator
org.apache.hadoop.hive.ql.udf.ptf.Noop
- Direct Known Subclasses:
- NoopWithMap
public class Noop
- extends TableFunctionEvaluator
Constructor Summary |
Noop()
|
Methods inherited from class org.apache.hadoop.hive.ql.udf.ptf.TableFunctionEvaluator |
_transformRawInput, 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 |
Noop
public Noop()
execute
public PTFPartition execute(PTFPartition iPart)
throws HiveException
- Overrides:
execute
in class TableFunctionEvaluator
- Throws:
HiveException
execute
protected void execute(PTFPartition.PTFPartitionIterator<Object> pItr,
PTFPartition oPart)
- Specified by:
execute
in class TableFunctionEvaluator
Copyright © 2012 The Apache Software Foundation