Class IcebergParquetReader
java.lang.Object
org.gridgain.internal.sql.copy.parquet.IcebergParquetReader
- All Implemented Interfaces:
AutoCloseable,Reader
Reader for parsing parquet files.
-
Constructor Details
-
IcebergParquetReader
public IcebergParquetReader(org.apache.ignite.internal.sql.engine.prepare.copy.CopyLocationPath from, Map<String, String> properties, List<String> columns) throws IOExceptionConstructor.- Throws:
IOException
-
-
Method Details
-
hasNext
public boolean hasNext()Description copied from interface:ReaderReturnstrueif the reader has more rows to read. -
next
Description copied from interface:ReaderReturns the next row of data. -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-