Class BinaryRowDataUtil
- java.lang.Object
-
- org.apache.flink.table.data.binary.BinaryRowDataUtil
-
public class BinaryRowDataUtil extends Object
Utilities forBinaryRowData
. Many of the methods in this class are used in code generation.
-
-
Field Summary
Fields Modifier and Type Field Description static int
BYTE_ARRAY_BASE_OFFSET
static BinaryRowData
EMPTY_ROW
static sun.misc.Unsafe
UNSAFE
-
Constructor Summary
Constructors Constructor Description BinaryRowDataUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
byteArrayEquals(byte[] left, byte[] right, int length)
static boolean
byteArrayEquals(Object left, long leftOffset, Object right, long rightOffset, int length)
-
-
-
Field Detail
-
UNSAFE
public static final sun.misc.Unsafe UNSAFE
-
BYTE_ARRAY_BASE_OFFSET
public static final int BYTE_ARRAY_BASE_OFFSET
-
EMPTY_ROW
public static final BinaryRowData EMPTY_ROW
-
-