|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |