Class ValueMetaConverter

  • All Implemented Interfaces:
    Serializable, IValueMetaConverter

    public class ValueMetaConverter
    extends Object
    implements Serializable, IValueMetaConverter
    This class is intended to facilitate any needed conversions of a ValueMetaInterface field from one type to another. It was initially implemented for Orc storage in the pentaho-hadoop-shims project. This class is added here because the conversions are not dependant on orc in any way.

    Important note:
    This class is not intended to mimic the conversions that exist on PDI! It handles conversions from and to Avro/Parquet/Orc format, as so it must only take in consideration those Specs!

    Created by tkafalas on 12/8/2017.

    See Also:
    Serialized Form