Uses of Class
org.apache.flink.table.data.binary.BinaryRawValueData
Packages that use BinaryRawValueData
-
Uses of BinaryRawValueData in org.apache.flink.table.data.binary
Methods in org.apache.flink.table.data.binary that return BinaryRawValueDataModifier and TypeMethodDescriptionstatic <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.