| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.data.binary |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> BinaryRawValueData<T> |
BinaryRawValueData.fromBytes(byte[] bytes)
Creates a
BinaryStringData instance from the given bytes. |
static <T> BinaryRawValueData<T> |
BinaryRawValueData.fromBytes(byte[] bytes,
int offset,
int numBytes)
Creates a
BinaryStringData instance from the given bytes with offset and number of
bytes. |
static <T> BinaryRawValueData<T> |
BinaryRawValueData.fromObject(T javaObject)
Creates a
BinaryRawValueData instance from the given Java object. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.