Package io.trino.parquet.writer.repdef
Class RepLevelIterable.RepValueIterator
- java.lang.Object
-
- com.google.common.collect.UnmodifiableIterator<T>
-
- com.google.common.collect.AbstractIterator<RepLevelIterable.RepetitionLevel>
-
- io.trino.parquet.writer.repdef.RepLevelIterable.RepValueIterator
-
- All Implemented Interfaces:
Iterator<RepLevelIterable.RepetitionLevel>
- Enclosing interface:
- RepLevelIterable
public abstract static class RepLevelIterable.RepValueIterator extends com.google.common.collect.AbstractIterator<RepLevelIterable.RepetitionLevel>
-
-
Constructor Summary
Constructors Constructor Description RepValueIterator()
-
Method Summary
-
Methods inherited from class com.google.common.collect.AbstractIterator
computeNext, endOfData, hasNext, next, peek
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-