Interface BitmapSymmetricAlgorithm
- All Known Implementing Classes:
RunningBitmapMerge
public interface BitmapSymmetricAlgorithm
Generic interface to compute symmetric Boolean functions.
- Since:
- 0.8.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
symmetric
(UpdateableBitmapFunction f, BitmapStorage out, EWAHCompressedBitmap... set) Compute a Boolean symmetric query.
-
Method Details
-
symmetric
Compute a Boolean symmetric query.- Parameters:
f
- symmetric boolean function to be processedout
- the result of the queryset
- the inputs
-