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

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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return PTFDesc.PTFInputDef
abstract  PTFDesc.PTFInputDef PTFDesc.PTFInputDef.getInput()
           
 PTFDesc.PTFInputDef PTFDesc.PTFQueryInputDef.getInput()
           
 PTFDesc.PTFInputDef PTFDesc.PartitionedTableFunctionDef.getInput()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type PTFDesc.PTFInputDef
 void PTFDesc.PartitionedTableFunctionDef.setInput(PTFDesc.PTFInputDef input)
           
 

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

Methods in org.apache.hadoop.hive.ql.udf.ptf with parameters of type PTFDesc.PTFInputDef
protected static StructObjectInspector MatchPath.createSelectListOI(MatchPath evaluator, PTFDesc.PTFInputDef inpDef)
           
protected static RowResolver MatchPath.createSelectListRR(MatchPath evaluator, PTFDesc.PTFInputDef inpDef)
           
 



Copyright © 2012 The Apache Software Foundation