Class DictionaryEncodedColumnMerger.ConvertingBitmapValues

java.lang.Object
org.apache.druid.segment.DictionaryEncodedColumnMerger.ConvertingBitmapValues
All Implemented Interfaces:
it.unimi.dsi.fastutil.ints.IntIterable, Iterable<Integer>
Enclosing class:
DictionaryEncodedColumnMerger<T extends Comparable<T>>

public static class DictionaryEncodedColumnMerger.ConvertingBitmapValues extends Object implements it.unimi.dsi.fastutil.ints.IntIterable
  • Method Summary

    Modifier and Type
    Method
    Description
    it.unimi.dsi.fastutil.ints.IntIterator
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface it.unimi.dsi.fastutil.ints.IntIterable

    forEach, forEach, forEach, intIterator, intSpliterator, spliterator
  • Method Details

    • iterator

      @Nonnull public it.unimi.dsi.fastutil.ints.IntIterator iterator()
      Specified by:
      iterator in interface it.unimi.dsi.fastutil.ints.IntIterable
      Specified by:
      iterator in interface Iterable<Integer>