Uses of Package
org.apache.hadoop.hive.ql.metadata

Packages that use org.apache.hadoop.hive.ql.metadata
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.persistence   
org.apache.hadoop.hive.ql.hooks   
org.apache.hadoop.hive.ql.index   
org.apache.hadoop.hive.ql.index.bitmap   
org.apache.hadoop.hive.ql.index.compact   
org.apache.hadoop.hive.ql.io   
org.apache.hadoop.hive.ql.io.rcfile.merge   
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.metadata.formatting   
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.optimizer.index   
org.apache.hadoop.hive.ql.optimizer.listbucketingpruner   
org.apache.hadoop.hive.ql.optimizer.pcr   
org.apache.hadoop.hive.ql.optimizer.physical.index   
org.apache.hadoop.hive.ql.optimizer.ppr   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.ql.security   
org.apache.hadoop.hive.ql.security.authorization   
org.apache.hadoop.hive.ql.session   
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
org.apache.hadoop.hive.ql.udf.xml   
org.apache.hive.builtins   
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.exec
Hive
          The Hive class contains information about this instance of Hive.
HiveException
          Generic exception class for Hive.
Partition
          A Hive Table Partition: is a fundamental storage unit within a Table.
Table
          A Hive Table: is a fundamental unit of data in Hive that shares a common schema/DDL.
VirtualColumn
           
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.exec.persistence
HiveException
          Generic exception class for Hive.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.hooks
DummyPartition
          A Hive Table Partition: is a fundamental storage unit within a Table.
Partition
          A Hive Table Partition: is a fundamental storage unit within a Table.
Table
          A Hive Table: is a fundamental unit of data in Hive that shares a common schema/DDL.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.index
HiveException
          Generic exception class for Hive.
Partition
          A Hive Table Partition: is a fundamental storage unit within a Table.
Table
          A Hive Table: is a fundamental unit of data in Hive that shares a common schema/DDL.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.index.bitmap
HiveException
          Generic exception class for Hive.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.index.compact
HiveException
          Generic exception class for Hive.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.io
HiveException
          Generic exception class for Hive.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.io.rcfile.merge
HiveException
          Generic exception class for Hive.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.lockmgr
DummyPartition
          A Hive Table Partition: is a fundamental storage unit within a Table.
HiveException
          Generic exception class for Hive.
Partition
          A Hive Table Partition: is a fundamental storage unit within a Table.
Table
          A Hive Table: is a fundamental unit of data in Hive that shares a common schema/DDL.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.metadata
CheckResult
          Result class used by the HiveMetaStoreChecker.
CheckResult.PartitionResult
          A basic description of a partition that is missing from either the fs or the ms.
Dimension
          Hive consists of a fixed, well defined set of Dimensions.
Hive
          The Hive class contains information about this instance of Hive.
HiveException
          Generic exception class for Hive.
HiveStorageHandler
          HiveStorageHandler defines a pluggable interface for adding new storage handlers to Hive.
HiveStoragePredicateHandler.DecomposedPredicate
          Struct class for returning multiple values from decomposePredicate.
Partition
          A Hive Table Partition: is a fundamental storage unit within a Table.
Sample
          A sample defines a subset of data based on sampling on a given dimension.
Table
          A Hive Table: is a fundamental unit of data in Hive that shares a common schema/DDL.
TestHive
          TestHive.
VirtualColumn
           
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.metadata.formatting
Hive
          The Hive class contains information about this instance of Hive.
HiveException
          Generic exception class for Hive.
Partition
          A Hive Table Partition: is a fundamental storage unit within a Table.
Table
          A Hive Table: is a fundamental unit of data in Hive that shares a common schema/DDL.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.optimizer
HiveException
          Generic exception class for Hive.
Partition
          A Hive Table Partition: is a fundamental storage unit within a Table.
Table
          A Hive Table: is a fundamental unit of data in Hive that shares a common schema/DDL.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.optimizer.index
Hive
          The Hive class contains information about this instance of Hive.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.optimizer.listbucketingpruner
Partition
          A Hive Table Partition: is a fundamental storage unit within a Table.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.optimizer.pcr
Partition
          A Hive Table Partition: is a fundamental storage unit within a Table.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.optimizer.physical.index
Table
          A Hive Table: is a fundamental unit of data in Hive that shares a common schema/DDL.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.optimizer.ppr
HiveException
          Generic exception class for Hive.
Table
          A Hive Table: is a fundamental unit of data in Hive that shares a common schema/DDL.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.parse
Hive
          The Hive class contains information about this instance of Hive.
HiveException
          Generic exception class for Hive.
Partition
          A Hive Table Partition: is a fundamental storage unit within a Table.
Table
          A Hive Table: is a fundamental unit of data in Hive that shares a common schema/DDL.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.plan
HiveException
          Generic exception class for Hive.
Partition
          A Hive Table Partition: is a fundamental storage unit within a Table.
Table
          A Hive Table: is a fundamental unit of data in Hive that shares a common schema/DDL.
VirtualColumn
           
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.security
AuthorizationException
           
HiveException
          Generic exception class for Hive.
Partition
          A Hive Table Partition: is a fundamental storage unit within a Table.
Table
          A Hive Table: is a fundamental unit of data in Hive that shares a common schema/DDL.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.security.authorization
AuthorizationException
           
Hive
          The Hive class contains information about this instance of Hive.
HiveException
          Generic exception class for Hive.
Partition
          A Hive Table Partition: is a fundamental storage unit within a Table.
Table
          A Hive Table: is a fundamental unit of data in Hive that shares a common schema/DDL.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.session
HiveException
          Generic exception class for Hive.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.udf.generic
HiveException
          Generic exception class for Hive.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hadoop.hive.ql.udf.xml
HiveException
          Generic exception class for Hive.
 

Classes in org.apache.hadoop.hive.ql.metadata used by org.apache.hive.builtins
HiveException
          Generic exception class for Hive.
 



Copyright © 2013 The Apache Software Foundation