Uses of Class
org.apache.hadoop.hive.ql.plan.PTFDesc

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

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

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

Uses of PTFDesc in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse that return PTFDesc
 PTFDesc PTFTranslator.translate(PTFInvocationSpec qSpec, SemanticAnalyzer semAly, HiveConf hCfg, RowResolver inputRR, org.apache.hadoop.hive.ql.parse.UnparseTranslator unparseT)
           
 PTFDesc PTFTranslator.translate(WindowingSpec wdwSpec, SemanticAnalyzer semAly, HiveConf hCfg, RowResolver inputRR, org.apache.hadoop.hive.ql.parse.UnparseTranslator unparseT)
           
 

Uses of PTFDesc in org.apache.hadoop.hive.ql.plan
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type PTFDesc
PTFDeserializer(PTFDesc ptfDesc, StructObjectInspector inputOI, HiveConf hConf)
           
 

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

Fields in org.apache.hadoop.hive.ql.udf.ptf declared as PTFDesc
protected  PTFDesc TableFunctionEvaluator.ptfDesc
           
 

Methods in org.apache.hadoop.hive.ql.udf.ptf that return PTFDesc
 PTFDesc TableFunctionResolver.getPtfDesc()
           
protected  PTFDesc TableFunctionEvaluator.getQueryDef()
           
 

Methods in org.apache.hadoop.hive.ql.udf.ptf with parameters of type PTFDesc
protected  TableFunctionEvaluator Noop.NoopResolver.createEvaluator(PTFDesc ptfDesc, PTFDesc.PartitionedTableFunctionDef tDef)
           
protected  TableFunctionEvaluator NoopWithMap.NoopWithMapResolver.createEvaluator(PTFDesc ptfDesc, PTFDesc.PartitionedTableFunctionDef tDef)
           
protected  TableFunctionEvaluator WindowingTableFunction.WindowingTableFunctionResolver.createEvaluator(PTFDesc ptfDesc, PTFDesc.PartitionedTableFunctionDef tDef)
           
protected  TableFunctionEvaluator MatchPath.MatchPathResolver.createEvaluator(PTFDesc ptfDesc, PTFDesc.PartitionedTableFunctionDef tDef)
           
protected abstract  TableFunctionEvaluator TableFunctionResolver.createEvaluator(PTFDesc ptfDesc, PTFDesc.PartitionedTableFunctionDef tDef)
           
 void TableFunctionResolver.initialize(HiveConf cfg, PTFDesc ptfDesc, PTFDesc.PartitionedTableFunctionDef tDef)
           
 void TableFunctionResolver.initialize(PTFDesc ptfDesc, PTFDesc.PartitionedTableFunctionDef tDef, TableFunctionEvaluator evaluator)
           
protected  void TableFunctionEvaluator.setQueryDef(PTFDesc ptfDesc)
           
 



Copyright © 2012 The Apache Software Foundation