Class ParquetFileFormat<T>

java.lang.Object
com.hazelcast.jet.pipeline.file.ParquetFileFormat<T>
Type Parameters:
T - type of items a source using this file format will emit
All Implemented Interfaces:
FileFormat<T>, Serializable

public class ParquetFileFormat<T>
extends Object
implements FileFormat<T>
FileFormat for Parquet files. See FileFormat.parquet() for more details.
Since:
4.4
See Also:
Serialized Form
  • Field Details

  • Method Details

    • format

      @Nonnull public String format()
      Description copied from interface: FileFormat
      Returns the name of the file format. The convention is to use the well-known filename suffix or, if there is none, a short-form name of the format.
      Specified by:
      format in interface FileFormat<T>