public class RunningBitmapMerge extends Object implements BitmapSymmetricAlgorithm
| Constructor and Description |
|---|
RunningBitmapMerge() |
| Modifier and Type | Method and Description |
|---|---|
void |
symmetric(UpdateableBitmapFunction f,
BitmapStorage out,
EWAHCompressedBitmap... set)
Compute a Boolean symmetric query.
|
public void symmetric(UpdateableBitmapFunction f, BitmapStorage out, EWAHCompressedBitmap... set)
BitmapSymmetricAlgorithmsymmetric in interface BitmapSymmetricAlgorithmf - symmetric boolean function to be processedout - the result of the queryset - the inputsCopyright © 2016. All Rights Reserved.