Uses of Interface
org.apache.hadoop.hive.ql.index.bitmap.BitmapQuery

Packages that use BitmapQuery
org.apache.hadoop.hive.ql.index.bitmap   
 

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

Classes in org.apache.hadoop.hive.ql.index.bitmap that implement BitmapQuery
 class BitmapInnerQuery
          Representation of inner bitmap index SELECT query that scans bitmap index tables for a pushed predicate
 class BitmapOuterQuery
          Representation of the outer query on bitmap indexes that JOINs the result of inner SELECT scans on bitmap indexes (represented in BitmapQuery objects) using EWAH_* bitwise operations
 

Constructors in org.apache.hadoop.hive.ql.index.bitmap with parameters of type BitmapQuery
BitmapOuterQuery(String alias, BitmapQuery lhs, BitmapQuery rhs)
           
 



Copyright © 2011 The Apache Software Foundation