public class BinaryRowDataUtil extends Object
BinaryRowData. Many of the methods in this class are used in code
generation.| Modifier and Type | Field and Description |
|---|---|
static int |
BYTE_ARRAY_BASE_OFFSET |
static org.apache.flink.table.data.binary.BinaryRowData |
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) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.