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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(tech.tablesaw.api.Table table, TablesawParquetWriteOptions options) voidwrite(tech.tablesaw.api.Table table, tech.tablesaw.io.Destination dest)
-
Constructor Details
-
TablesawParquetWriter
public TablesawParquetWriter()
-
-
Method Details
-
write
public void write(tech.tablesaw.api.Table table, tech.tablesaw.io.Destination dest) - Specified by:
writein interfacetech.tablesaw.io.DataWriter<TablesawParquetWriteOptions>
-
write
- Specified by:
writein interfacetech.tablesaw.io.DataWriter<TablesawParquetWriteOptions>
-