Class BitmapAnalyser

java.lang.Object
org.roaringbitmap.insights.BitmapAnalyser

public class BitmapAnalyser extends Object
  • Constructor Details

    • BitmapAnalyser

      public BitmapAnalyser()
  • Method Details

    • analyse

      public static BitmapStatistics analyse(RoaringBitmap r)
      Analyze the internal representation of bitmap
      Parameters:
      r - the bitmap
      Returns:
      the statistics
    • analyse

      public static BitmapStatistics analyse(Collection<? extends RoaringBitmap> bitmaps)
      Analyze the internal representation of bitmaps
      Parameters:
      bitmaps - the bitmaps
      Returns:
      the statistics