Uses of Class
org.apache.flink.table.data.binary.BinaryRawValueData
-
Packages that use BinaryRawValueData Package Description org.apache.flink.table.data.binary -
-
Uses of BinaryRawValueData in org.apache.flink.table.data.binary
Methods in org.apache.flink.table.data.binary that return BinaryRawValueData Modifier and Type Method Description static <T> BinaryRawValueData<T>BinaryRawValueData. fromBytes(byte[] bytes)Creates aBinaryStringDatainstance from the given bytes.static <T> BinaryRawValueData<T>BinaryRawValueData. fromBytes(byte[] bytes, int offset, int numBytes)Creates aBinaryStringDatainstance from the given bytes with offset and number of bytes.static <T> BinaryRawValueData<T>BinaryRawValueData. fromObject(T javaObject)Creates aBinaryRawValueDatainstance from the given Java object.
-