Uses of Class
org.apache.hadoop.hive.ql.exec.PTFPartition

Packages that use PTFPartition
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.udf.ptf   
 

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

Methods in org.apache.hadoop.hive.ql.exec that return PTFPartition
static PTFPartition PTFPartition.create(HiveConf cfg, SerDe serDe, StructObjectInspector inputOI, StructObjectInspector outputOI)
           
 PTFPartition PTFOperator.createFirstPartitionForChain(ObjectInspector oi, HiveConf hiveConf, boolean isMapSide)
          Create a new Partition.
 PTFPartition PTFPartition.PTFPartitionIterator.getPartition()
           
 

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

Fields in org.apache.hadoop.hive.ql.udf.ptf declared as PTFPartition
protected  PTFPartition TableFunctionEvaluator.outputPartition
           
 

Methods in org.apache.hadoop.hive.ql.udf.ptf that return PTFPartition
protected  PTFPartition TableFunctionEvaluator._transformRawInput(PTFPartition iPart)
           
protected  PTFPartition NoopWithMap._transformRawInput(PTFPartition iPart)
           
 PTFPartition TableFunctionEvaluator.execute(PTFPartition iPart)
           
 PTFPartition NoopWithMap.execute(PTFPartition iPart)
           
 PTFPartition Noop.execute(PTFPartition iPart)
           
 PTFPartition TableFunctionEvaluator.transformRawInput(PTFPartition iPart)
           
 

Methods in org.apache.hadoop.hive.ql.udf.ptf with parameters of type PTFPartition
protected  PTFPartition TableFunctionEvaluator._transformRawInput(PTFPartition iPart)
           
protected  PTFPartition NoopWithMap._transformRawInput(PTFPartition iPart)
           
 void WindowingTableFunction.execute(PTFPartition.PTFPartitionIterator<Object> pItr, PTFPartition outP)
           
protected abstract  void TableFunctionEvaluator.execute(PTFPartition.PTFPartitionIterator<Object> pItr, PTFPartition oPart)
           
protected  void Noop.execute(PTFPartition.PTFPartitionIterator<Object> pItr, PTFPartition oPart)
           
 void MatchPath.execute(PTFPartition.PTFPartitionIterator<Object> pItr, PTFPartition outP)
           
 PTFPartition TableFunctionEvaluator.execute(PTFPartition iPart)
           
 PTFPartition NoopWithMap.execute(PTFPartition iPart)
           
 PTFPartition Noop.execute(PTFPartition iPart)
           
 PTFPartition TableFunctionEvaluator.transformRawInput(PTFPartition iPart)
           
 



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