Class TablesawParquetWriter.Builder

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Builder​(org.apache.hadoop.fs.Path path, tech.tablesaw.api.Table table)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.parquet.hadoop.api.WriteSupport<tech.tablesaw.api.Row> getWriteSupport​(org.apache.hadoop.conf.Configuration conf)  
      protected TablesawParquetWriter.Builder self()  
      • Methods inherited from class org.apache.parquet.hadoop.ParquetWriter.Builder

        build, config, enableDictionaryEncoding, enablePageWriteChecksum, enableValidation, withBloomFilterEnabled, withBloomFilterEnabled, withBloomFilterNDV, withByteStreamSplitEncoding, withCompressionCodec, withConf, withDictionaryEncoding, withDictionaryEncoding, withDictionaryPageSize, withEncryption, withMaxPaddingSize, withPageRowCountLimit, withPageSize, withPageWriteChecksumEnabled, withRowGroupSize, withValidation, withWriteMode, withWriterVersion
    • Constructor Detail

      • Builder

        protected Builder​(org.apache.hadoop.fs.Path path,
                          tech.tablesaw.api.Table table)
    • Method Detail

      • getWriteSupport

        protected org.apache.parquet.hadoop.api.WriteSupport<tech.tablesaw.api.Row> getWriteSupport​(org.apache.hadoop.conf.Configuration conf)
        Specified by:
        getWriteSupport in class org.apache.parquet.hadoop.ParquetWriter.Builder<tech.tablesaw.api.Row,​TablesawParquetWriter.Builder>