public class ParquetWriterOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ParquetWriterOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.parquet.column.ParquetProperties.WriterVersion |
DEFAULT_WRITER_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ParquetWriterOptions.Builder |
builder() |
int |
getMaxDictionaryPageSize() |
int |
getMaxPageSize() |
int |
getMaxRowGroupSize() |
org.apache.parquet.column.ParquetProperties.WriterVersion |
getWriterVersion() |
public static final org.apache.parquet.column.ParquetProperties.WriterVersion DEFAULT_WRITER_VERSION
public static ParquetWriterOptions.Builder builder()
public int getMaxRowGroupSize()
public int getMaxPageSize()
public int getMaxDictionaryPageSize()
public org.apache.parquet.column.ParquetProperties.WriterVersion getWriterVersion()
Copyright © 2012–2024. All rights reserved.