Class ParquetConverterFactory
- java.lang.Object
-
- com.exasol.parquetio.reader.converter.ParquetConverterFactory
-
public final class ParquetConverterFactory extends Object
Factory for Parquet field data type converters.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ParquetConvertercreate(org.apache.parquet.schema.Type parquetType, int fieldIndex, ValueHolder parentDataHolder)Creates a Parquet converter for a field type.
-
-
-
Method Detail
-
create
public static ParquetConverter create(org.apache.parquet.schema.Type parquetType, int fieldIndex, ValueHolder parentDataHolder)
Creates a Parquet converter for a field type.- Parameters:
parquetType- Parquet typefieldIndex- field index in the Parquet schemaparentDataHolder- parent value holder- Returns:
- converter for the field type
-
-