Class MskDeserializer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.arrow.vector.types.pojo.Schema schema  
    • Constructor Summary

      Constructors 
      Constructor Description
      MskDeserializer​(org.apache.arrow.vector.types.pojo.Schema schema)  
    • Field Detail

      • schema

        protected final org.apache.arrow.vector.types.pojo.Schema schema
    • Constructor Detail

      • MskDeserializer

        public MskDeserializer​(org.apache.arrow.vector.types.pojo.Schema schema)
    • Method Detail

      • cast

        public Object cast​(org.apache.arrow.vector.types.pojo.Field field,
                           String value)
                    throws Exception
        Converts string data to other data type based on datatype of source schema registered in Glue schema registry.
        Parameters:
        field - - arrow type field
        value - - raw value
        Returns:
        Object
        Throws:
        ParseException - - ParseException
        Exception