| 类 | 说明 |
|---|---|
| AbstractDateTimeType | |
| BitType | |
| BytesType |
TODO: if we need to unify string type and binary types?
|
| Charset | |
| Converter | |
| DataType |
Base Type for encoding and decoding TiDB row information.
|
| DataTypeFactory | |
| DateTimeType |
Datetime is a timezone neutral version of timestamp While most of decoding logic is the same it
interpret as local timezone to be able to compute with date/time data
|
| DateType | |
| DecimalType | |
| EnumType | |
| IntegerType | |
| JsonType | |
| RealType | |
| SetType | |
| StringType | |
| TimestampType |
Timestamp in TiDB is represented as packed long including year/month and etc.
|
| TimeType | |
| UninitializedType |
UninitializedType is created to deal with MySQLType being 0.
|
| 枚举 | 说明 |
|---|---|
| DataType.EncodeType | |
| MySQLType |
Copyright © 2023 PingCAP. All rights reserved.