public class BinaryRowDataUtil extends Object
BinaryRowData. Many of the methods in this class are used
in code generation.| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BYTE_ARRAY_BASE_OFFSET |
static org.apache.flink.table.data.binary.BinaryRowData |
EMPTY_ROW |
static sun.misc.Unsafe |
UNSAFE |
| 构造器和说明 |
|---|
BinaryRowDataUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
byteArrayEquals(byte[] left,
byte[] right,
int length) |
static boolean |
byteArrayEquals(Object left,
long leftOffset,
Object right,
long rightOffset,
int length) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.