Package net.tlabs.tablesaw.parquet
Class TablesawParquet
- java.lang.Object
-
- net.tlabs.tablesaw.parquet.TablesawParquet
-
public class TablesawParquet extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregister()Register the TablesawParquetReader and TablesawParquetWriter in the Tablesaw registries.static voidregisterReader()Register the TablesawParquetReader in the Tablesaw registry.static voidregisterWriter()Register the TablesawParquetWriter in the Tablesaw registry.
-
-
-
Method Detail
-
register
public static void register()
Register the TablesawParquetReader and TablesawParquetWriter in the Tablesaw registries.
-
registerReader
public static void registerReader()
Register the TablesawParquetReader in the Tablesaw registry. Reader is associated with its options and the '.parquet' extension.
-
registerWriter
public static void registerWriter()
Register the TablesawParquetWriter in the Tablesaw registry. Writer is only associated with its options.
-
-