Uses of Class
org.apache.hadoop.hive.ql.index.AbstractIndexHandler

Packages that use AbstractIndexHandler
org.apache.hadoop.hive.ql.index   
org.apache.hadoop.hive.ql.index.bitmap   
org.apache.hadoop.hive.ql.index.compact   
 

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

Subclasses of AbstractIndexHandler in org.apache.hadoop.hive.ql.index
 class AggregateIndexHandler
          Index handler for indexes that have aggregate functions on indexed columns.
 class TableBasedIndexHandler
          Index handler for indexes that use tables to store indexes.
 

Uses of AbstractIndexHandler in org.apache.hadoop.hive.ql.index.bitmap
 

Subclasses of AbstractIndexHandler in org.apache.hadoop.hive.ql.index.bitmap
 class BitmapIndexHandler
          Index handler for the bitmap index.
 

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

Subclasses of AbstractIndexHandler in org.apache.hadoop.hive.ql.index.compact
 class CompactIndexHandler
           
 



Copyright © 2012 The Apache Software Foundation