public class BinaryRowDataUtil extends Object
BinaryRow
. Many of the methods in this class are used in code generation.
This is directly copied from BinaryRowDataUtil
.
Modifier and Type | Field and Description |
---|---|
static int |
BYTE_ARRAY_BASE_OFFSET |
static BinaryRow |
EMPTY_ROW |
static sun.misc.Unsafe |
UNSAFE |
Constructor and Description |
---|
BinaryRowDataUtil() |
Modifier and Type | Method and Description |
---|---|
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.