Package net.tlabs.tablesaw.parquet
Class TablesawParquetWriter
- java.lang.Object
-
- net.tlabs.tablesaw.parquet.TablesawParquetWriter
-
- All Implemented Interfaces:
tech.tablesaw.io.DataWriter<TablesawParquetWriteOptions>
public class TablesawParquetWriter extends Object implements tech.tablesaw.io.DataWriter<TablesawParquetWriteOptions>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classTablesawParquetWriter.Builder
-
Constructor Summary
Constructors Constructor Description TablesawParquetWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(tech.tablesaw.api.Table table, TablesawParquetWriteOptions options)voidwrite(tech.tablesaw.api.Table table, tech.tablesaw.io.Destination dest)
-
-
-
Method Detail
-
write
public void write(tech.tablesaw.api.Table table, tech.tablesaw.io.Destination dest) throws IOException- Specified by:
writein interfacetech.tablesaw.io.DataWriter<TablesawParquetWriteOptions>- Throws:
IOException
-
write
public void write(tech.tablesaw.api.Table table, TablesawParquetWriteOptions options) throws IOException- Specified by:
writein interfacetech.tablesaw.io.DataWriter<TablesawParquetWriteOptions>- Throws:
IOException
-
-