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

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

public class NoopWithMap
extends Noop


Nested Class Summary
static class NoopWithMap.NoopWithMapResolver
           
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.udf.ptf.Noop
Noop.NoopResolver
 
Field Summary
 
Fields inherited from class org.apache.hadoop.hive.ql.udf.ptf.TableFunctionEvaluator
OI, outputPartition, ptfDesc, rawInputOI, tDef
 
Constructor Summary
NoopWithMap()
           
 
Method Summary
protected  PTFPartition _transformRawInput(PTFPartition iPart)
           
 PTFPartition execute(PTFPartition iPart)
           
 
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
 

Constructor Detail

NoopWithMap

public NoopWithMap()
Method Detail

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