Class ConvertToString

    • Constructor Detail

      • ConvertToString

        public ConvertToString​(String column)
    • Method Detail

      • map

        public Text map​(Writable writable)
        Transform the writable in to a string
        Specified by:
        map in class BaseStringTransform
        Parameters:
        writable - the writable to transform
        Returns:
        the string form of this writable
      • map

        public Object map​(Object input)
        Transform an object in to another object
        Parameters:
        input - the record to transform
        Returns:
        the transformed writable