Package com.datasqrl.datatype
Class SerializeToBytes
- java.lang.Object
-
- org.apache.flink.table.functions.UserDefinedFunction
-
- org.apache.flink.table.functions.ScalarFunction
-
- com.datasqrl.datatype.SerializeToBytes
-
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition
public class SerializeToBytes extends org.apache.flink.table.functions.ScalarFunctionConverts an annotated data type to- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializeToBytes()
-
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
-
-
-
-
Method Detail
-
eval
public byte[] eval(Object object)
-
-