public class DefaultValuesWriterFactory extends Object implements ValuesWriterFactory
| Constructor and Description |
|---|
DefaultValuesWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(ParquetProperties properties)
Used to initialize the factory.
|
ValuesWriter |
newValuesWriter(ColumnDescriptor descriptor)
Creates a ValuesWriter to write values for the given column.
|
public void initialize(ParquetProperties properties)
ValuesWriterFactoryinitialize in interface ValuesWriterFactoryproperties - a write configurationpublic ValuesWriter newValuesWriter(ColumnDescriptor descriptor)
ValuesWriterFactorynewValuesWriter in interface ValuesWriterFactorydescriptor - a column descriptorCopyright © 2023 The Apache Software Foundation. All rights reserved.