Class IcebergParquetReader

java.lang.Object
org.gridgain.internal.sql.copy.parquet.IcebergParquetReader
All Implemented Interfaces:
AutoCloseable, Reader

public class IcebergParquetReader extends Object implements Reader
Reader for parsing parquet files.
  • Constructor Details

  • Method Details

    • hasNext

      public boolean hasNext()
      Description copied from interface: Reader
      Returns true if the reader has more rows to read.
      Specified by:
      hasNext in interface Reader
      Returns:
      true if there is more data to read.
    • next

      public List<?> next()
      Description copied from interface: Reader
      Returns the next row of data.
      Specified by:
      next in interface Reader
    • close

      public void close() throws Exception
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception