Interface | Description |
---|---|
BitmapQuery |
Generic interface to representations of queries on bitmap indexes
|
Class | Description |
---|---|
BitmapIndexHandler |
Index handler for the bitmap index.
|
BitmapInnerQuery |
Representation of inner bitmap index SELECT query that scans bitmap index
tables for a pushed predicate
|
BitmapObjectInput |
An ObjectInput that allows for conversion from an List of LongWritable
to an EWAH-compressed bitmap.
|
BitmapObjectOutput |
An ObjectOutput that allows conversion from an EWAH-compressed bitmap
to an List of LongWritable.
|
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
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.