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
           
 
Constructor Summary
Noop()
           
 
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

Noop

public Noop()
Method Detail

execute

public PTFPartition execute(PTFPartition iPart)
                     throws HiveException
Overrides:
execute in class TableFunctionEvaluator
Throws:
HiveException


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