Class ParquetFlusher

    • Constructor Detail

      • ParquetFlusher

        public ParquetFlusher​(org.apache.parquet.schema.MessageType schema,
                              boolean enableParquetInternalBuffering,
                              long maxChunkSizeInBytes)
        Construct parquet flusher from its schema and set flag that indicates whether Parquet memory optimization is enabled, i.e. rows will be buffered in internal Parquet buffer.