-
Returns the enum constant of this type with the specified name.
ParquetFileWriter.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
ParquetFileWriter(org.apache.hadoop.conf.Configuration configuration,
org.apache.parquet.schema.MessageType schema,
org.apache.hadoop.fs.Path file,
ParquetFileWriter.Mode mode,
long rowGroupSize,
int maxPaddingSize)
ParquetFileWriter(org.apache.parquet.io.OutputFile file,
org.apache.parquet.schema.MessageType schema,
ParquetFileWriter.Mode mode,
long rowGroupSize,
int maxPaddingSize,
int columnIndexTruncateLength,
int statisticsTruncateLength,
boolean pageWriteChecksumEnabled)
ParquetFileWriter(org.apache.parquet.io.OutputFile file,
org.apache.parquet.schema.MessageType schema,
ParquetFileWriter.Mode mode,
long rowGroupSize,
int maxPaddingSize,
int columnIndexTruncateLength,
int statisticsTruncateLength,
boolean pageWriteChecksumEnabled,
org.apache.parquet.crypto.FileEncryptionProperties encryptionProperties)