Module tidb_query_datatype::def[][src]

Type definitions

Modules

eval_type
field_type

Structs

FieldTypeFlag

Enums

Collation

Valid values of tipb::FieldType::collate and tipb::ColumnInfo::collation.

EvalType

Function implementations’ parameter data types.

FieldTypeTp

Valid values of tipb::FieldType::tp and tipb::ColumnInfo::tp.

Constants

MAX_BLOB_WIDTH

MySQL type maximum length

MAX_DECIMAL_WIDTH
MAX_REAL_WIDTH
UNSPECIFIED_LENGTH

Length is unspecified, applicable to FieldType’s flen and decimal.

Traits

FieldTypeAccessor

A uniform FieldType access interface for FieldType and ColumnInfo.