| Package | Description |
|---|---|
| org.apache.parquet.hadoop |
| Modifier and Type | Method and Description |
|---|---|
static ParquetFileWriter.Mode |
ParquetFileWriter.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParquetFileWriter.Mode[] |
ParquetFileWriter.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ParquetFileWriter(org.apache.hadoop.conf.Configuration configuration,
org.apache.parquet.schema.MessageType schema,
org.apache.hadoop.fs.Path file,
ParquetFileWriter.Mode mode)
Deprecated.
will be removed in 2.0.0
|
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)
Deprecated.
will be removed in 2.0.0
|
ParquetFileWriter(org.apache.parquet.io.OutputFile file,
org.apache.parquet.schema.MessageType schema,
ParquetFileWriter.Mode mode,
long rowGroupSize,
int maxPaddingSize)
Deprecated.
will be removed in 2.0.0
|
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) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.