Module tidb_query_datatype::codec [−][src]
Re-exports
pub use self::datum::Datum; |
pub use self::error::Error; |
pub use self::error::Result; |
Modules
batch | |
chunk | |
collation | |
convert | |
data_type | |
datum | |
datum_codec | The unified entry for encoding and decoding an evaluable type to / from datum bytes. Datum bytes consists of 1 byte datum flag and variable bytes datum payload. |
error | |
mysql | |
overflow | |
row | |
table |
Constants
TEN_POW |
Functions
div_i64 |
|
div_i64_with_u64 |
|
div_u64_with_i64 |
|