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

Packages that use PartitionSpec
org.apache.hadoop.hive.ql.plan   
 

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

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type PartitionSpec
 ArrayList<PartitionSpec> DropTableDesc.getPartSpecs()
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type PartitionSpec
 void DropTableDesc.setPartSpecs(ArrayList<PartitionSpec> partSpecs)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type PartitionSpec
DropTableDesc(String tableName, List<PartitionSpec> partSpecs, boolean expectView, boolean stringPartitionColumns, boolean ignoreProtection)
           
 



Copyright © 2012 The Apache Software Foundation