Class TablesawParquet

java.lang.Object
net.tlabs.tablesaw.parquet.TablesawParquet

public class TablesawParquet extends Object
  • Method Details

    • 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.