public class Codec extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Codec.BytesCodec |
static class |
Codec.DateCodec |
static class |
Codec.DateTimeCodec |
static class |
Codec.DecimalCodec |
static class |
Codec.EnumCodec |
static class |
Codec.IntegerCodec |
static class |
Codec.RealCodec |
static class |
Codec.SetCodec |
Modifier and Type | Field and Description |
---|---|
static int |
BYTES_FLAG |
static int |
COMPACT_BYTES_FLAG |
static int |
DECIMAL_FLAG |
static int |
DURATION_FLAG |
static int |
FLOATING_FLAG |
static int |
INT_FLAG |
static int |
JSON_FLAG |
static int |
MAX_FLAG |
static int |
NULL_FLAG |
static long |
SIGN_MASK |
static int |
UINT_FLAG |
static int |
UVARINT_FLAG |
static int |
VARINT_FLAG |
Constructor and Description |
---|
Codec() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isNullFlag(int flag) |
public static final int NULL_FLAG
public static final int BYTES_FLAG
public static final int COMPACT_BYTES_FLAG
public static final int INT_FLAG
public static final int UINT_FLAG
public static final int FLOATING_FLAG
public static final int DECIMAL_FLAG
public static final int DURATION_FLAG
public static final int VARINT_FLAG
public static final int UVARINT_FLAG
public static final int JSON_FLAG
public static final int MAX_FLAG
public static final long SIGN_MASK
Copyright © 2024 PingCAP. All rights reserved.