Package net.tlabs.tablesaw.parquet
Class TablesawParquetReader
- java.lang.Object
-
- net.tlabs.tablesaw.parquet.TablesawParquetReader
-
- All Implemented Interfaces:
tech.tablesaw.io.DataReader<TablesawParquetReadOptions>
public class TablesawParquetReader extends Object implements tech.tablesaw.io.DataReader<TablesawParquetReadOptions>
-
-
Constructor Summary
Constructors Constructor Description TablesawParquetReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description tech.tablesaw.api.Tableread(TablesawParquetReadOptions options)tech.tablesaw.api.Tableread(tech.tablesaw.io.Source source)
-
-
-
Method Detail
-
read
public tech.tablesaw.api.Table read(tech.tablesaw.io.Source source) throws IOException- Specified by:
readin interfacetech.tablesaw.io.DataReader<TablesawParquetReadOptions>- Throws:
IOException
-
read
public tech.tablesaw.api.Table read(TablesawParquetReadOptions options) throws IOException
- Specified by:
readin interfacetech.tablesaw.io.DataReader<TablesawParquetReadOptions>- Throws:
IOException
-
-