Uses of Class
org.apache.druid.segment.serde.CombineFirstTwoEntriesIndexed
-
Packages that use CombineFirstTwoEntriesIndexed Package Description org.apache.druid.segment.serde -
-
Uses of CombineFirstTwoEntriesIndexed in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde that return CombineFirstTwoEntriesIndexed Modifier and Type Method Description static <T> CombineFirstTwoEntriesIndexed<T>CombineFirstTwoEntriesIndexed. returnNull(Indexed<T> delegate)Combine the first two values into a literal null.static CombineFirstTwoEntriesIndexed<ImmutableBitmap>CombineFirstTwoEntriesIndexed. unionBitmaps(BitmapFactory bitmapFactory, Indexed<ImmutableBitmap> delegate)Union the first two bitmaps.
-