| Package | Description |
|---|---|
| org.apache.parquet.column |
| Modifier and Type | Field and Description |
|---|---|
static ParquetProperties.WriterVersion |
ParquetProperties.DEFAULT_WRITER_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ParquetProperties.WriterVersion |
ParquetProperties.WriterVersion.fromString(String name) |
ParquetProperties.WriterVersion |
ParquetProperties.getWriterVersion() |
static ParquetProperties.WriterVersion |
ParquetProperties.WriterVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParquetProperties.WriterVersion[] |
ParquetProperties.WriterVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ParquetProperties.Builder |
ParquetProperties.Builder.withWriterVersion(ParquetProperties.WriterVersion version)
Set the
format version. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.