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 -
Method Summary
Methods inherited from class com.google.common.collect.AbstractIterator
computeNext, endOfData, hasNext, next, peekMethods inherited from class com.google.common.collect.UnmodifiableIterator
removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
RepValueIterator
public RepValueIterator()
-