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

Packages that use PTFDesc.PartitionedTableFunctionDef
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.ql.udf.ptf   
 

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

Subclasses of PTFDesc.PartitionedTableFunctionDef in org.apache.hadoop.hive.ql.plan
static class PTFDesc.WindowTableFunctionDef
           
 

Methods in org.apache.hadoop.hive.ql.plan that return PTFDesc.PartitionedTableFunctionDef
 PTFDesc.PartitionedTableFunctionDef PTFDesc.getFuncDef()
           
 PTFDesc.PartitionedTableFunctionDef PTFDesc.getStartOfChain()
           
 PTFDesc.PartitionedTableFunctionDef PTFDesc.PartitionedTableFunctionDef.getStartOfChain()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type PTFDesc.PartitionedTableFunctionDef
protected  void PTFDeserializer.initialize(PTFDesc.PartitionedTableFunctionDef def)
           
 void PTFDeserializer.initializePTFChain(PTFDesc.PartitionedTableFunctionDef tblFnDef)
           
 void PTFDesc.setFuncDef(PTFDesc.PartitionedTableFunctionDef funcDef)
           
 

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

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

Methods in org.apache.hadoop.hive.ql.udf.ptf that return PTFDesc.PartitionedTableFunctionDef
 PTFDesc.PartitionedTableFunctionDef TableFunctionEvaluator.getTableDef()
           
 

Methods in org.apache.hadoop.hive.ql.udf.ptf with parameters of type PTFDesc.PartitionedTableFunctionDef
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)
           
 void TableFunctionEvaluator.setTableDef(PTFDesc.PartitionedTableFunctionDef tDef)
           
 



Copyright © 2012 The Apache Software Foundation