Class AutoTypeColumnMerger.IdLookupArrayIterator

java.lang.Object
org.apache.druid.segment.AutoTypeColumnMerger.IdLookupArrayIterator
All Implemented Interfaces:
Iterator<int[]>
Enclosing class:
AutoTypeColumnMerger

public static class AutoTypeColumnMerger.IdLookupArrayIterator extends Object implements Iterator<int[]>
  • Constructor Details

  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<int[]>
    • next

      public int[] next()
      Specified by:
      next in interface Iterator<int[]>