Class SerializeToBytes

  • All Implemented Interfaces:
    Serializable, org.apache.flink.table.functions.FunctionDefinition

    public class SerializeToBytes
    extends org.apache.flink.table.functions.ScalarFunction
    Converts an annotated data type to
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] eval​(Object object)  
      • Methods inherited from class org.apache.flink.table.functions.ScalarFunction

        getKind, getParameterTypes, getResultType, getTypeInference
      • Methods inherited from class org.apache.flink.table.functions.UserDefinedFunction

        close, functionIdentifier, open, toString
      • Methods inherited from interface org.apache.flink.table.functions.FunctionDefinition

        getRequirements, isDeterministic
    • Constructor Detail

      • SerializeToBytes

        public SerializeToBytes()
    • Method Detail

      • eval

        public byte[] eval​(Object object)