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

Packages that use Partition
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.hooks   
org.apache.hadoop.hive.ql.index   
org.apache.hadoop.hive.ql.index.compact   
org.apache.hadoop.hive.ql.lockmgr Hive Lock Manager interfaces and some custom implmentations 
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.optimizer.pcr   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.ql.security.authorization   
 

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.getP()
           
 Partition ReadEntity.getP()
           
 Partition WriteEntity.getPartition()
          Get the partition associated with the entity.
 Partition ReadEntity.getPartition()
          Get partition entity.
 

Methods in org.apache.hadoop.hive.ql.hooks with parameters of type Partition
 void WriteEntity.setP(Partition p)
           
 void ReadEntity.setP(Partition p)
           
 

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.
WriteEntity(Partition p, boolean complete)
           
 

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

Method parameters in org.apache.hadoop.hive.ql.index with type arguments of type Partition
 List<Task<?>> HiveIndexHandler.generateIndexBuildTaskList(Table baseTbl, Index index, List<Partition> indexTblPartitions, List<Partition> baseTblPartitions, Table indexTbl, Set<ReadEntity> inputs, Set<WriteEntity> outputs)
          Requests that the handler generate a plan for building the index; the plan should read the base table and write out the index representation.
 List<Task<?>> HiveIndexHandler.generateIndexBuildTaskList(Table baseTbl, Index index, List<Partition> indexTblPartitions, List<Partition> baseTblPartitions, Table indexTbl, Set<ReadEntity> inputs, Set<WriteEntity> outputs)
          Requests that the handler generate a plan for building the index; the plan should read the base table and write out the index representation.
 

Uses of Partition in org.apache.hadoop.hive.ql.index.compact
 

Method parameters in org.apache.hadoop.hive.ql.index.compact with type arguments of type Partition
 List<Task<?>> CompactIndexHandler.generateIndexBuildTaskList(Table baseTbl, Index index, List<Partition> indexTblPartitions, List<Partition> baseTblPartitions, Table indexTbl, Set<ReadEntity> inputs, Set<WriteEntity> outputs)
           
 List<Task<?>> CompactIndexHandler.generateIndexBuildTaskList(Table baseTbl, Index index, List<Partition> indexTblPartitions, List<Partition> baseTblPartitions, Table indexTbl, Set<ReadEntity> inputs, Set<WriteEntity> outputs)
           
 

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

Constructors in org.apache.hadoop.hive.ql.lockmgr with parameters of type Partition
HiveLockObject(Partition par, HiveLockObject.HiveLockObjectData lockData)
           
 

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

Subclasses of Partition in org.apache.hadoop.hive.ql.metadata
 class DummyPartition
          A Hive Table Partition: is a fundamental storage unit within a Table.
 

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)
           
 Partition Hive.getPartition(Table tbl, Map<String,String> partSpec, boolean forceCreate, String partPath)
          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
 List<Partition> Hive.getPartitions(Table tbl, Map<String,String> partialPartSpec)
          get all the partitions of the table that matches the given partial specification.
 List<Partition> Hive.getPartitionsByNames(Table tbl, Map<String,String> partialPartSpec)
          get all the partitions of the table that matches the given partial specification.
 

Methods in org.apache.hadoop.hive.ql.metadata with parameters of type Partition
 void Hive.alterPartition(String tblName, Partition newPart)
          Updates the existing table metadata with the new metadata.
static String MetaDataFormatUtils.getPartitionInformation(Partition part)
           
 

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

Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type Partition
static org.apache.hadoop.fs.Path[] SamplePruner.prune(Partition part, FilterDesc.sampleDesc sampleDescr)
          Prunes to get all the files in the partition that satisfy the TABLESAMPLE clause.
 

Uses of Partition in org.apache.hadoop.hive.ql.optimizer.pcr
 

Methods in org.apache.hadoop.hive.ql.optimizer.pcr that return types with arguments of type Partition
 List<Partition> PcrExprProcCtx.getPartList()
           
 

Method parameters in org.apache.hadoop.hive.ql.optimizer.pcr with type arguments of type Partition
 void PcrExprProcCtx.setPartList(List<Partition> partList)
           
static PcrExprProcFactory.NodeInfoWrapper PcrExprProcFactory.walkExprTree(String tabAlias, ArrayList<Partition> parts, ExprNodeDesc pred)
          Remove partition conditions when necessary from the the expression tree.
 

Constructor parameters in org.apache.hadoop.hive.ql.optimizer.pcr with type arguments of type Partition
PcrExprProcCtx(String tabAlias, List<Partition> partList)
           
 

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
           
 

Fields in org.apache.hadoop.hive.ql.parse with type parameters of type Partition
 List<Partition> BaseSemanticAnalyzer.tableSpec.partitions
           
 

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
 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)
           
 

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

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type Partition
PartitionDesc(Partition part)
           
 

Uses of Partition in org.apache.hadoop.hive.ql.security.authorization
 

Methods in org.apache.hadoop.hive.ql.security.authorization with parameters of type Partition
 void HiveAuthorizationProvider.authorize(Partition part, Privilege[] readRequiredPriv, Privilege[] writeRequiredPriv)
          Authorization privileges against a hive partition object.
 void DefaultHiveAuthorizationProvider.authorize(Partition part, Privilege[] inputRequiredPriv, Privilege[] outputRequiredPriv)
           
 void HiveAuthorizationProvider.authorize(Table table, Partition part, List<String> columns, Privilege[] readRequiredPriv, Privilege[] writeRequiredPriv)
          Authorization privileges against a list of columns.
 void DefaultHiveAuthorizationProvider.authorize(Table table, Partition part, List<String> columns, Privilege[] inputRequiredPriv, Privilege[] outputRequiredPriv)
           
 



Copyright © 2011 The Apache Software Foundation