| Package | Description |
|---|---|
| org.apache.parquet.column | |
| org.apache.parquet.column.values.factory |
| Modifier and Type | Field and Description |
|---|---|
static ValuesWriterFactory |
ParquetProperties.DEFAULT_VALUES_WRITER_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
ValuesWriterFactory |
ParquetProperties.getValuesWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
ParquetProperties.Builder |
ParquetProperties.Builder.withValuesWriterFactory(ValuesWriterFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultV1ValuesWriterFactory |
class |
DefaultV2ValuesWriterFactory |
class |
DefaultValuesWriterFactory
Handles ValuesWriter creation statically based on the types of the columns and the writer version.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.