Class ParquetReader
java.lang.Object
org.gridgain.internal.sql.copy.parquet.ParquetReader
- All Implemented Interfaces:
AutoCloseable,Reader
Deprecated, for removal: This API element is subject to removal in a future version.
Reader for parsing parquet files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated, for removal: This API element is subject to removal in a future version.booleanhasNext()Deprecated, for removal: This API element is subject to removal in a future version.Returnstrueif the reader has more rows to read.List<?>next()Deprecated, for removal: This API element is subject to removal in a future version.Returns the next row of data.
-
Constructor Details
-
ParquetReader
public ParquetReader(org.apache.ignite.internal.sql.engine.prepare.copy.CopyLocationPath from, Map<String, String> properties, List<String> columns) throws IOExceptionDeprecated, for removal: This API element is subject to removal in a future version.Constructor.- Throws:
IOException
-
-
Method Details
-
hasNext
public boolean hasNext()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ReaderReturnstrueif the reader has more rows to read. -
next
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ReaderReturns the next row of data. -
close
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-