Uses of Class
org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege

Packages that use MPartitionColumnPrivilege
org.apache.hadoop.hive.metastore   
 

Uses of MPartitionColumnPrivilege in org.apache.hadoop.hive.metastore
 

Methods in org.apache.hadoop.hive.metastore that return types with arguments of type MPartitionColumnPrivilege
 List<MPartitionColumnPrivilege> ObjectStore.listPartitionAllColumnGrants(String dbName, String tableName, String partName)
           
 List<MPartitionColumnPrivilege> RawStore.listPrincipalPartitionColumnGrants(String principalName, PrincipalType principalType, String dbName, String tableName, String partName, String columnName)
           
 List<MPartitionColumnPrivilege> ObjectStore.listPrincipalPartitionColumnGrants(String principalName, PrincipalType principalType, String dbName, String tableName, String partitionName, String columnName)
           
 List<MPartitionColumnPrivilege> ObjectStore.listTableAllPartitionColumnGrants(String dbName, String tableName)
           
 



Copyright © 2011 The Apache Software Foundation