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

Packages that use org.apache.hadoop.hive.ql.plan
org.apache.hadoop.hive.ql   
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.mr   
org.apache.hadoop.hive.ql.exec.persistence   
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.io.rcfile.stats   
org.apache.hadoop.hive.ql.io.rcfile.truncate   
org.apache.hadoop.hive.ql.io.sarg   
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.optimizer.correlation   
org.apache.hadoop.hive.ql.optimizer.index   
org.apache.hadoop.hive.ql.optimizer.lineage   
org.apache.hadoop.hive.ql.optimizer.listbucketingpruner   
org.apache.hadoop.hive.ql.optimizer.pcr   
org.apache.hadoop.hive.ql.optimizer.physical   
org.apache.hadoop.hive.ql.optimizer.ppr   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.ql.ppd   
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.ptf   
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql
LoadTableDesc
          LoadTableDesc.
ReducerTimeStatsPerJob
           
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.exec
BaseWork
          BaseWork.
ConditionalResolver
          Conditional task resolution interface.
DynamicPartitionCtx
           
Explain
          Explain.
ExplainWork
          ExplainWork.
ExprNodeColumnDesc
          ExprNodeColumnDesc.
ExprNodeConstantDesc
          A constant expression.
ExprNodeDesc
          ExprNodeDesc.
ExprNodeFieldDesc
          ExprNodeFieldDesc.
ExprNodeGenericFuncDesc
          Describes a GenericFunc node.
ExprNodeNullDesc
          ExprNodeNullDesc.
FetchWork
          FetchWork.
FileSinkDesc
          FileSinkDesc.
JoinCondDesc
          Join conditions Descriptor implementation.
JoinDesc
          Join operator Descriptor implementation.
ListBucketingCtx
          Context for list bucketing.
MapJoinDesc
          Map Join operator Descriptor implementation.
MapredLocalWork
          MapredLocalWork.
MapredWork
          MapredWork.
MapWork
          MapWork represents all the information used to run a map task on the cluster.
OperatorDesc
           
PartitionDesc
          PartitionDesc.
PTFDesc
           
ReduceWork
          ReduceWork represents all the information used to run a reduce task on the cluster.
ShowColumnsDesc
           
TableDesc
          TableDesc.
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.exec.mr
MapredLocalWork
          MapredLocalWork.
MapredWork
          MapredWork.
OperatorDesc
           
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.exec.persistence
TableDesc
          TableDesc.
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.index
ExprNodeColumnDesc
          ExprNodeColumnDesc.
ExprNodeConstantDesc
          A constant expression.
ExprNodeDesc
          ExprNodeDesc.
PartitionDesc
          PartitionDesc.
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.index.bitmap
ExprNodeDesc
          ExprNodeDesc.
PartitionDesc
          PartitionDesc.
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.index.compact
ExprNodeDesc
          ExprNodeDesc.
PartitionDesc
          PartitionDesc.
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.io
FileSinkDesc
          FileSinkDesc.
MapredWork
          MapredWork.
OperatorDesc
           
PartitionDesc
          PartitionDesc.
TableDesc
          TableDesc.
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.io.rcfile.merge
AbstractOperatorDesc
           
BaseWork
          BaseWork.
DynamicPartitionCtx
           
Explain
          Explain.
ListBucketingCtx
          Context for list bucketing.
MapWork
          MapWork represents all the information used to run a map task on the cluster.
OperatorDesc
           
PartitionDesc
          PartitionDesc.
TableDesc
          TableDesc.
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.io.rcfile.stats
AbstractOperatorDesc
           
BaseWork
          BaseWork.
Explain
          Explain.
MapWork
          MapWork represents all the information used to run a map task on the cluster.
OperatorDesc
           
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.io.rcfile.truncate
AbstractOperatorDesc
           
BaseWork
          BaseWork.
DynamicPartitionCtx
           
Explain
          Explain.
ListBucketingCtx
          Context for list bucketing.
MapWork
          MapWork represents all the information used to run a map task on the cluster.
OperatorDesc
           
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.io.sarg
ExprNodeDesc
          ExprNodeDesc.
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.metadata
ExprNodeDesc
          ExprNodeDesc.
TableDesc
          TableDesc.
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.optimizer
ExprNodeColumnDesc
          ExprNodeColumnDesc.
ExprNodeDesc
          ExprNodeDesc.
FileSinkDesc
          FileSinkDesc.
FilterDesc.sampleDesc
          sampleDesc is used to keep track of the sampling descriptor.
JoinCondDesc
          Join conditions Descriptor implementation.
MapJoinDesc
          Map Join operator Descriptor implementation.
MapredWork
          MapredWork.
MapWork
          MapWork represents all the information used to run a map task on the cluster.
MoveWork
          MoveWork.
OperatorDesc
           
ReduceWork
          ReduceWork represents all the information used to run a reduce task on the cluster.
TableDesc
          TableDesc.
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.optimizer.correlation
ExprNodeDesc
          ExprNodeDesc.
OperatorDesc
           
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.optimizer.index
ExprNodeColumnDesc
          ExprNodeColumnDesc.
OperatorDesc
           
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.optimizer.lineage
ExprNodeDesc
          ExprNodeDesc.
OperatorDesc
           
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.optimizer.listbucketingpruner
ExprNodeColumnDesc
          ExprNodeColumnDesc.
ExprNodeDesc
          ExprNodeDesc.
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.optimizer.pcr
ExprNodeDesc
          ExprNodeDesc.
ExprNodeGenericFuncDesc
          Describes a GenericFunc node.
OperatorDesc
           
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.optimizer.physical
MapWork
          MapWork represents all the information used to run a map task on the cluster.
OperatorDesc
           
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.optimizer.ppr
ExprNodeColumnDesc
          ExprNodeColumnDesc.
ExprNodeDesc
          ExprNodeDesc.
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.parse
CreateTableDesc
          CreateTableDesc.
DynamicPartitionCtx
           
Explain
          Explain.
ExprNodeDesc
          ExprNodeDesc.
ExprNodeGenericFuncDesc
          Describes a GenericFunc node.
FilterDesc.sampleDesc
          sampleDesc is used to keep track of the sampling descriptor.
LimitDesc
          LimitDesc.
ListBucketingCtx
          Context for list bucketing.
LoadFileDesc
          LoadFileDesc.
LoadTableDesc
          LoadTableDesc.
MapJoinDesc
          Map Join operator Descriptor implementation.
OperatorDesc
           
PTFDesc
           
PTFDesc.PTFExpressionDef
           
PTFDesc.ShapeDetails
           
PTFDesc.WindowTableFunctionDef
           
TableDesc
          TableDesc.
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.plan
AbstractOperatorDesc
           
AddPartitionDesc
          Contains the information needed to add a partition.
AggregationDesc
          AggregationDesc.
AlterDatabaseDesc
          AlterDatabaseDesc.
AlterIndexDesc
          AlterIndexDesc.
AlterIndexDesc.AlterIndexTypes
          alterIndexTypes.
AlterTableAlterPartDesc
           
AlterTableDesc
          AlterTableDesc.
AlterTableDesc.AlterTableTypes
          alterTableTypes.
AlterTableDesc.ProtectModeType
           
AlterTableExchangePartition
           
AlterTableSimpleDesc
          Contains information needed to modify a partition or a table
ArchiveWork.ArchiveActionType
           
BaseWork
          BaseWork.
BucketMapJoinContext
          was inner class of MapreLocalWork.
ColumnStatsDesc
          Contains the information needed to persist column level statistics
ConditionalResolver
          Conditional task resolution interface.
CreateDatabaseDesc
          CreateDatabaseDesc.
CreateFunctionDesc
          CreateFunctionDesc.
CreateIndexDesc
          create index descriptor
CreateMacroDesc
          CreateMacroDesc.
CreateTableDesc
          CreateTableDesc.
CreateTableLikeDesc
          CreateTableLikeDesc.
CreateViewDesc
          CreateViewDesc.
DDLDesc
          DDLDesc.
DDLWork
          DDLWork.
DescDatabaseDesc
          DescDatabaseDesc.
DescFunctionDesc
          DescFunctionDesc.
DescTableDesc
          DescTableDesc.
DropDatabaseDesc
          DropDatabaseDesc.
DropFunctionDesc
          DropFunctionDesc.
DropIndexDesc
           
DropMacroDesc
          DropMacroDesc.
DropTableDesc
          DropTableDesc.
DummyStoreDesc
          Dummy Store Desc.
DynamicPartitionCtx
           
Explain
          Explain.
ExprNodeColumnDesc
          ExprNodeColumnDesc.
ExprNodeDesc
          ExprNodeDesc.
ExprNodeGenericFuncDesc
          Describes a GenericFunc node.
FetchWork
          FetchWork.
FileSinkDesc
          FileSinkDesc.
FilterDesc.sampleDesc
          sampleDesc is used to keep track of the sampling descriptor.
ForwardDesc
          ForwardDesc.
GrantDesc
           
GrantRevokeRoleDDL
           
GroupByDesc.Mode
          Mode.
HiveOperation
           
HiveOperation.PrivilegeAgreement
           
JoinCondDesc
          Join conditions Descriptor implementation.
JoinDesc
          Join operator Descriptor implementation.
ListBucketingCtx
          Context for list bucketing.
LoadDesc
          LoadDesc.
LoadFileDesc
          LoadFileDesc.
LoadMultiFilesDesc
          LoadMultiFilesDesc.
LoadTableDesc
          LoadTableDesc.
LockTableDesc
          LockTableDesc.
MapJoinDesc
          Map Join operator Descriptor implementation.
MapredLocalWork
          MapredLocalWork.
MapredWork
          MapredWork.
MapWork
          MapWork represents all the information used to run a map task on the cluster.
MsckDesc
          MsckDesc.
OperatorDesc
           
PartitionDesc
          PartitionDesc.
PartitionSpec
          PartitionSpec
PlanUtils.ExpressionTypes
          ExpressionTypes.
PrincipalDesc
           
PrivilegeDesc
           
PrivilegeObjectDesc
           
PTFDesc
           
PTFDesc.BoundaryDef
           
PTFDesc.OrderDef
           
PTFDesc.OrderExpressionDef
           
PTFDesc.PartitionDef
           
PTFDesc.PartitionedTableFunctionDef
           
PTFDesc.PTFExpressionDef
           
PTFDesc.PTFInputDef
           
PTFDesc.PTFQueryInputDef
           
PTFDesc.ShapeDetails
           
PTFDesc.WindowExpressionDef
           
PTFDesc.WindowFrameDef
           
PTFDesc.WindowFunctionDef
           
PTFDesc.WindowTableFunctionDef
           
ReduceSinkDesc
          ReduceSinkDesc.
ReduceWork
          ReduceWork represents all the information used to run a reduce task on the cluster.
RenamePartitionDesc
          Contains the information needed to rename a partition.
RevokeDesc
           
RoleDDLDesc
           
RoleDDLDesc.RoleOperation
           
ShowColumnsDesc
           
ShowCreateTableDesc
          ShowCreateTableDesc.
ShowDatabasesDesc
          ShowDatabasesDesc.
ShowFunctionsDesc
          ShowFunctionsDesc.
ShowGrantDesc
           
ShowIndexesDesc
          ShowIndexesDesc.
ShowLocksDesc
          ShowLocksDesc.
ShowPartitionsDesc
          ShowPartitionsDesc.
ShowTablesDesc
          ShowTablesDesc.
ShowTableStatusDesc
          ShowTableStatusDesc.
ShowTblPropertiesDesc
          ShowTblPropertiesDesc.
SkewedColumnPositionPair
          This class record 2 types of positions for a skewed column: 1.
SwitchDatabaseDesc
          SwitchDatabaseDesc.
TableDesc
          TableDesc.
TruncateTableDesc
          Truncates managed table or partition
UnlockTableDesc
          UnlockTableDesc.
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.ppd
ExprNodeDesc
          ExprNodeDesc.
OperatorDesc
           
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.session
HiveOperation
           
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.udf.generic
ExprNodeDesc
          ExprNodeDesc.
 

Classes in org.apache.hadoop.hive.ql.plan used by org.apache.hadoop.hive.ql.udf.ptf
ExprNodeDesc
          ExprNodeDesc.
PTFDesc
           
PTFDesc.BoundaryDef
           
PTFDesc.PartitionedTableFunctionDef
           
PTFDesc.PTFExpressionDef
           
PTFDesc.PTFInputDef
           
 



Copyright © 2012 The Apache Software Foundation