Class ArrowResultChunk.ArrowResultChunkIterator

  • Enclosing class:
    ArrowResultChunk

    public static class ArrowResultChunk.ArrowResultChunkIterator
    extends Object
    • Method Detail

      • nextRow

        public boolean nextRow()
        Moves iterator to the next row of the chunk. Returns false if it is at the last row in the chunk.
      • hasNextRow

        public boolean hasNextRow()
        Returns whether the next row in the chunk exists.
      • getColumnObjectAtCurrentRow

        public Object getColumnObjectAtCurrentRow​(int columnIndex)
        Returns object in the current row at the specified columnIndex.