Uses of Class
org.apache.hadoop.hive.ql.plan.DropTableDesc.PartSpec

Packages that use DropTableDesc.PartSpec
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.plan   
 

Uses of DropTableDesc.PartSpec in org.apache.hadoop.hive.ql.metadata
 

Method parameters in org.apache.hadoop.hive.ql.metadata with type arguments of type DropTableDesc.PartSpec
 List<Partition> Hive.dropPartitions(String tblName, List<DropTableDesc.PartSpec> partSpecs, boolean deleteData, boolean ignoreProtection, boolean ifExists)
           
 List<Partition> Hive.dropPartitions(String dbName, String tblName, List<DropTableDesc.PartSpec> partSpecs, boolean deleteData, boolean ignoreProtection, boolean ifExists)
           
 

Uses of DropTableDesc.PartSpec in org.apache.hadoop.hive.ql.plan
 

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



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