Uses of Class
org.apache.hadoop.hive.ql.plan.AbstractOperatorDesc

Packages that use AbstractOperatorDesc
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.plan   
 

Uses of AbstractOperatorDesc in org.apache.hadoop.hive.ql.io.rcfile.merge
 

Subclasses of AbstractOperatorDesc in org.apache.hadoop.hive.ql.io.rcfile.merge
 class MergeWork
           
 

Uses of AbstractOperatorDesc in org.apache.hadoop.hive.ql.io.rcfile.stats
 

Subclasses of AbstractOperatorDesc in org.apache.hadoop.hive.ql.io.rcfile.stats
 class PartialScanWork
          Partial Scan Work.
 

Uses of AbstractOperatorDesc in org.apache.hadoop.hive.ql.io.rcfile.truncate
 

Subclasses of AbstractOperatorDesc in org.apache.hadoop.hive.ql.io.rcfile.truncate
 class ColumnTruncateWork
           
 

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

Subclasses of AbstractOperatorDesc in org.apache.hadoop.hive.ql.plan
 class BaseWork
          BaseWork.
 class CollectDesc
          CollectDesc.
 class DemuxDesc
          Demux operator descriptor implementation.
 class DummyStoreDesc
          Dummy Store Desc.
 class ExtractDesc
          ExtractDesc.
 class FileSinkDesc
          FileSinkDesc.
 class FilterDesc
          FilterDesc.
 class ForwardDesc
          ForwardDesc.
 class GroupByDesc
          GroupByDesc.
 class HashTableDummyDesc
          HashTable Dummy Descriptor implementation.
 class HashTableSinkDesc
          Map Join operator Descriptor implementation.
 class JoinDesc
          Join operator Descriptor implementation.
 class LateralViewForwardDesc
          LateralViewForwardDesc.
 class LateralViewJoinDesc
          LateralViewJoinDesc.
 class LimitDesc
          LimitDesc.
 class ListSinkDesc
          description for ListSinkOperator, just for explain result.
 class MapJoinDesc
          Map Join operator Descriptor implementation.
 class MapredWork
          MapredWork.
 class MapWork
          MapWork represents all the information used to run a map task on the cluster.
 class MuxDesc
          Mux operator descriptor implementation..
 class PTFDesc
           
 class ReduceSinkDesc
          ReduceSinkDesc.
 class ReduceWork
          ReduceWork represents all the information used to run a reduce task on the cluster.
 class ScriptDesc
          ScriptDesc.
 class SelectDesc
          SelectDesc.
 class SMBJoinDesc
           
 class TableScanDesc
          Table Scan Descriptor Currently, data is only read from a base source as part of map-reduce framework.
 class UDTFDesc
          All member variables should have a setters and getters of the form get and set or else they won't be recreated properly at run time.
 class UnionDesc
          unionDesc is a empty class currently.
 



Copyright © 2012 The Apache Software Foundation