Class ParquetConverterFactory


  • public final class ParquetConverterFactory
    extends Object
    Factory for Parquet field data type converters.
    • 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 type
        fieldIndex - field index in the Parquet schema
        parentDataHolder - parent value holder
        Returns:
        converter for the field type