@Internal public class RawByteArrayConverter<T> extends Object implements DataStructureConverter<org.apache.flink.table.data.RawValueData<T>,byte[]>
RawType of byte[] external type.| Modifier and Type | Method and Description |
|---|---|
static RawByteArrayConverter<?> |
create(org.apache.flink.table.types.DataType dataType) |
byte[] |
toExternal(org.apache.flink.table.data.RawValueData<T> internal)
Converts to external data structure.
|
org.apache.flink.table.data.RawValueData<T> |
toInternal(byte[] external)
Converts to internal data structure.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisIdentityConversion, open, toExternalOrNull, toInternalOrNullpublic org.apache.flink.table.data.RawValueData<T> toInternal(byte[] external)
DataStructureConverterNote: Parameter must not be null. Output must not be null.
toInternal in interface DataStructureConverter<org.apache.flink.table.data.RawValueData<T>,byte[]>public byte[] toExternal(org.apache.flink.table.data.RawValueData<T> internal)
DataStructureConverterNote: Parameter must not be null. Output must not be null.
toExternal in interface DataStructureConverter<org.apache.flink.table.data.RawValueData<T>,byte[]>public static RawByteArrayConverter<?> create(org.apache.flink.table.types.DataType dataType)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.