Class GroupParquetWriter

java.lang.Object
org.apache.parquet.hadoop.ParquetWriter<org.apache.parquet.example.data.Group>
org.gridgain.internal.sql.copy.parquet.GroupParquetWriter
All Implemented Interfaces:
Closeable, AutoCloseable

public class GroupParquetWriter extends org.apache.parquet.hadoop.ParquetWriter<org.apache.parquet.example.data.Group>
Write records to a Parquet file.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Implements a builder for a particular ParquetWriter.Builder type.
  • Field Summary

    Fields inherited from class org.apache.parquet.hadoop.ParquetWriter

    DEFAULT_BLOCK_SIZE, DEFAULT_COMPRESSION_CODEC_NAME, DEFAULT_IS_DICTIONARY_ENABLED, DEFAULT_IS_VALIDATING_ENABLED, DEFAULT_PAGE_SIZE, DEFAULT_WRITER_VERSION, MAX_PADDING_SIZE_DEFAULT, OBJECT_MODEL_NAME_PROP
  • Method Summary

    Modifier and Type
    Method
    Description
    builder(org.apache.parquet.io.OutputFile file)
    Creates a Builder for configuring ParquetWriter options.

    Methods inherited from class org.apache.parquet.hadoop.ParquetWriter

    close, getDataSize, getFooter, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • builder

      public static GroupParquetWriter.Builder builder(org.apache.parquet.io.OutputFile file)
      Creates a Builder for configuring ParquetWriter options.
      Parameters:
      file - The output file to create.
      Returns:
      A GroupParquetWriter.Builder to create a ParquetWriter.