public final class RawDatasizeConst extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
BOOLEAN_SIZE |
static short |
BYTE_SIZE |
static short |
DOUBLE_SIZE |
static short |
FLOAT_SIZE |
static short |
INT_SIZE |
static short |
LONG_SIZE |
static short |
NULL_SIZE |
static short |
SHORT_SIZE |
static short |
TIMESTAMP_SIZE
Raw data size is:
the number of bytes needed to store the milliseconds since the epoch
(8 since it's a long)
+
the number of bytes needed to store the nanos field (4 since it's an int)
|
static short |
UNION_TAG_SIZE
UNION raw data size is size of tag (1) + size of value
|
| Constructor and Description |
|---|
RawDatasizeConst() |
public static final short NULL_SIZE
public static final short BOOLEAN_SIZE
public static final short BYTE_SIZE
public static final short SHORT_SIZE
public static final short INT_SIZE
public static final short LONG_SIZE
public static final short FLOAT_SIZE
public static final short DOUBLE_SIZE
public static final short TIMESTAMP_SIZE
public static final short UNION_TAG_SIZE
Copyright © 2013–2021. All rights reserved.