org.apache.hadoop.hive.ql.udf.ptf
Class Noop

java.lang.Object
  extended by org.apache.hadoop.hive.ql.udf.ptf.TableFunctionEvaluator
      extended by org.apache.hadoop.hive.ql.udf.ptf.Noop
Direct Known Subclasses:
NoopWithMap

public class Noop
extends TableFunctionEvaluator


Nested Class Summary
static class Noop.NoopResolver
           
 
Field Summary
 
Fields inherited from class org.apache.hadoop.hive.ql.udf.ptf.TableFunctionEvaluator
OI, outputPartition, ptfDesc, rawInputOI, tDef
 
Constructor Summary
Noop()
           
 
Method Summary
protected  void execute(PTFPartition.PTFPartitionIterator<Object> pItr, PTFPartition oPart)
           
 PTFPartition execute(PTFPartition iPart)
           
 
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
 

Constructor Detail

Noop

public Noop()
Method Detail

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