Interface BitmapSymmetricAlgorithm32
- All Known Implementing Classes:
RunningBitmapMerge32
public interface BitmapSymmetricAlgorithm32
Generic interface to compute symmetric Boolean functions.
- Since:
- 0.8.2
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidsymmetric(UpdateableBitmapFunction32 f, BitmapStorage32 out, EWAHCompressedBitmap32... 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
-