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
 
Constructor Summary
NoopWithMap()
           
 
Method Summary
 PTFPartition execute(PTFPartition iPart)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.udf.ptf.TableFunctionEvaluator
close, getOutputOI, getRawInputOI, getTableDef, isTransformsRawInput, setTableDef, setTransformsRawInput, transformRawInput
 
Methods inherited from class java.lang.Object
equals, 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


Copyright © 2014 The Apache Software Foundation. All rights reserved.