Class ColumnIterator<T>

  • All Implemented Interfaces:
    java.util.Iterator<T>

    public abstract class ColumnIterator<T>
    extends BaseColumnIterator
    • Method Detail

      • currentDefinitionLevel

        public int currentDefinitionLevel()
      • currentRepetitionLevel

        public int currentRepetitionLevel()
      • nextBoolean

        public boolean nextBoolean()
      • nextInteger

        public int nextInteger()
      • nextLong

        public long nextLong()
      • nextFloat

        public float nextFloat()
      • nextDouble

        public double nextDouble()
      • nextBinary

        public org.apache.parquet.io.api.Binary nextBinary()
      • nextNull

        public <N> N nextNull()