Uses of Class
org.apache.druid.extendedset.intset.ConciseSet
-
Packages that use ConciseSet Package Description org.apache.druid.collections.bitmap org.apache.druid.extendedset.intset -
-
Uses of ConciseSet in org.apache.druid.collections.bitmap
Methods in org.apache.druid.collections.bitmap that return ConciseSet Modifier and Type Method Description ConciseSetWrappedConciseBitmap. getBitmap()Constructors in org.apache.druid.collections.bitmap with parameters of type ConciseSet Constructor Description WrappedConciseBitmap(ConciseSet conciseSet)Create a bitmap wrapping the given bitmap -
Uses of ConciseSet in org.apache.druid.extendedset.intset
Methods in org.apache.druid.extendedset.intset that return ConciseSet Modifier and Type Method Description ConciseSetConciseSet. clone()See theclone()ofObjectConciseSetConciseSet. convert(int... a)ConciseSetConciseSet. empty()ConciseSetConciseSet. intersection(IntSet other)Methods in org.apache.druid.extendedset.intset with parameters of type ConciseSet Modifier and Type Method Description static ImmutableConciseSetImmutableConciseSet. newImmutableFromMutable(ConciseSet conciseSet)
-