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
           
 
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
close, execute, 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

WindowingTableFunction

public WindowingTableFunction()
Method Detail

execute

public void execute(PTFPartition.PTFPartitionIterator<Object> pItr,
                    PTFPartition outP)
             throws HiveException
Throws:
HiveException


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