Uses of Interface
org.apache.hadoop.hive.ql.exec.PTFPartition.PTFPartitionIterator

Packages that use PTFPartition.PTFPartitionIterator
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
org.apache.hadoop.hive.ql.udf.ptf   
 

Uses of PTFPartition.PTFPartitionIterator in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec that return PTFPartition.PTFPartitionIterator
 PTFPartition.PTFPartitionIterator<Object> PTFPartition.iterator()
           
 PTFPartition.PTFPartitionIterator<Object> PTFPartition.range(int start, int end)
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type PTFPartition.PTFPartitionIterator
static void PTFOperator.connectLeadLagFunctionsToPartition(PTFDesc ptfDesc, PTFPartition.PTFPartitionIterator<Object> pItr)
           
 

Uses of PTFPartition.PTFPartitionIterator in org.apache.hadoop.hive.ql.udf.generic
 

Methods in org.apache.hadoop.hive.ql.udf.generic that return PTFPartition.PTFPartitionIterator
 PTFPartition.PTFPartitionIterator<Object> GenericUDFLeadLag.getpItr()
           
 

Methods in org.apache.hadoop.hive.ql.udf.generic with parameters of type PTFPartition.PTFPartitionIterator
 void GenericUDFLeadLag.setpItr(PTFPartition.PTFPartitionIterator<Object> pItr)
           
 

Uses of PTFPartition.PTFPartitionIterator in org.apache.hadoop.hive.ql.udf.ptf
 

Methods in org.apache.hadoop.hive.ql.udf.ptf with parameters of type PTFPartition.PTFPartitionIterator
protected  void Noop.execute(PTFPartition.PTFPartitionIterator<Object> pItr, PTFPartition oPart)
           
 void WindowingTableFunction.execute(PTFPartition.PTFPartitionIterator<Object> pItr, PTFPartition outP)
           
 void MatchPath.execute(PTFPartition.PTFPartitionIterator<Object> pItr, PTFPartition outP)
           
protected abstract  void TableFunctionEvaluator.execute(PTFPartition.PTFPartitionIterator<Object> pItr, PTFPartition oPart)
           
static ArrayList<Object> MatchPath.getPath(Object currRow, ObjectInspector rowOI, PTFPartition.PTFPartitionIterator<Object> pItr, int sz)
           
static Object MatchPath.getSelectListInput(Object currRow, ObjectInspector rowOI, PTFPartition.PTFPartitionIterator<Object> pItr, int sz)
           
static MatchPath.SymbolFunctionResult MatchPath.SymbolFunction.match(MatchPath.SymbolFunction syFn, Object row, PTFPartition.PTFPartitionIterator<Object> pItr)
           
protected abstract  MatchPath.SymbolFunctionResult MatchPath.SymbolFunction.match(Object row, PTFPartition.PTFPartitionIterator<Object> pItr)
           
protected  MatchPath.SymbolFunctionResult MatchPath.Symbol.match(Object row, PTFPartition.PTFPartitionIterator<Object> pItr)
           
protected  MatchPath.SymbolFunctionResult MatchPath.Star.match(Object row, PTFPartition.PTFPartitionIterator<Object> pItr)
           
protected  MatchPath.SymbolFunctionResult MatchPath.Plus.match(Object row, PTFPartition.PTFPartitionIterator<Object> pItr)
           
protected  MatchPath.SymbolFunctionResult MatchPath.Chain.match(Object row, PTFPartition.PTFPartitionIterator<Object> pItr)
           
 



Copyright © 2012 The Apache Software Foundation