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

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

public class WindowingTableFunction
extends TableFunctionEvaluator


Nested Class Summary
static class WindowingTableFunction.DoubleValueBoundaryScanner
           
static class WindowingTableFunction.LongValueBoundaryScanner
           
static class WindowingTableFunction.SameList<E>
           
static class WindowingTableFunction.StringValueBoundaryScanner
           
static class WindowingTableFunction.WindowingTableFunctionResolver
           
 
Field Summary
 
Fields inherited from class org.apache.hadoop.hive.ql.udf.ptf.TableFunctionEvaluator
OI, outputPartition, ptfDesc, rawInputOI, tDef
 
Constructor Summary
WindowingTableFunction()
           
 
Method Summary
 void execute(PTFPartition.PTFPartitionIterator<Object> pItr, PTFPartition outP)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.udf.ptf.TableFunctionEvaluator
_transformRawInput, execute, 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

WindowingTableFunction

public WindowingTableFunction()
Method Detail

execute

public void execute(PTFPartition.PTFPartitionIterator<Object> pItr,
                    PTFPartition outP)
             throws HiveException
Specified by:
execute in class TableFunctionEvaluator
Throws:
HiveException


Copyright © 2012 The Apache Software Foundation