T - type of items a source using this file format will emitpublic class ParquetFileFormat<T> extends Object implements FileFormat<T>
FileFormat for Parquet files. See FileFormat.parquet() for
 more details.| Modifier and Type | Field and Description | 
|---|---|
static String | 
FORMAT_PARQUET
Format ID for Parquet. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
format()
Returns the name of the file format. 
 | 
int | 
hashCode()  | 
public static final String FORMAT_PARQUET
@Nonnull public String format()
FileFormatformat in interface FileFormat<T>Copyright © 2023 Hazelcast, Inc.. All rights reserved.