public class BinaryRowDataUtil extends Object
BinaryRow. Many of the methods in this class are used in code generation.
This is directly copied from BinaryRowDataUtil.
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BYTE_ARRAY_BASE_OFFSET |
static BinaryRow |
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) |
public static final sun.misc.Unsafe UNSAFE
public static final int BYTE_ARRAY_BASE_OFFSET
public static final BinaryRow EMPTY_ROW
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.