Uses of Class
org.apache.hadoop.hive.ql.metadata.Partition

Packages that use Partition
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.hooks   
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.parse   
 

Uses of Partition in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type Partition
static partitionDesc Utilities.getPartitionDesc(Partition part)
           
 

Uses of Partition in org.apache.hadoop.hive.ql.hooks
 

Methods in org.apache.hadoop.hive.ql.hooks that return Partition
 Partition WriteEntity.getPartition()
          Get the partition associated with the entity.
 Partition ReadEntity.getPartition()
          Get partition entity.
 

Constructors in org.apache.hadoop.hive.ql.hooks with parameters of type Partition
ReadEntity(Partition p)
          Constructor given a partiton.
WriteEntity(Partition p)
          Constructor for a partition.
 

Uses of Partition in org.apache.hadoop.hive.ql.metadata
 

Methods in org.apache.hadoop.hive.ql.metadata that return Partition
 Partition Hive.createPartition(Table tbl, Map<String,String> partSpec)
          Creates a partition.
 Partition Hive.createPartition(Table tbl, Map<String,String> partSpec, org.apache.hadoop.fs.Path location)
          Creates a partition
 Partition Hive.getPartition(Table tbl, Map<String,String> partSpec, boolean forceCreate)
          Returns partition metadata
 

Methods in org.apache.hadoop.hive.ql.metadata that return types with arguments of type Partition
 List<Partition> Hive.getPartitions(Table tbl)
          get all the partitions that the table has
 

Uses of Partition in org.apache.hadoop.hive.ql.parse
 

Fields in org.apache.hadoop.hive.ql.parse declared as Partition
 Partition BaseSemanticAnalyzer.tableSpec.partHandle
           
 

Methods in org.apache.hadoop.hive.ql.parse that return Partition
 Partition QBMetaData.getDestPartitionForAlias(String alias)
           
 

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type Partition
 Set<Partition> PrunedPartitionList.getConfirmedPartns()
          get confirmed partitions
 Set<Partition> PrunedPartitionList.getDeniedPartns()
          get denied partitions
 Set<Partition> PrunedPartitionList.getUnknownPartns()
          get unknown partitions
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type Partition
 org.apache.hadoop.fs.Path[] SamplePruner.prune(Partition part)
          Prunes to get all the files in the partition that satisfy the TABLESAMPLE clause
 void QBMetaData.setDestForAlias(String alias, Partition part)
           
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type Partition
 void PrunedPartitionList.setConfirmedPartns(Set<Partition> confirmedPartns)
          set confirmed partitions
 void PrunedPartitionList.setUnknownPartns(Set<Partition> unknownPartns)
          set unknown partitions
 

Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type Partition
PrunedPartitionList(Set<Partition> confirmedPartns, Set<Partition> unknownPartns, Set<Partition> deniedPartns)
           
PrunedPartitionList(Set<Partition> confirmedPartns, Set<Partition> unknownPartns, Set<Partition> deniedPartns)
           
PrunedPartitionList(Set<Partition> confirmedPartns, Set<Partition> unknownPartns, Set<Partition> deniedPartns)
           
 



Copyright © 2009 The Apache Software Foundation