Module tidb_query_datatype::codec::convert [−][src]
Traits
| ConvertFrom | |
| ConvertTo | A trait for converting a value to |
| ToInt | A trait for converting a value to an |
Functions
| bytes_to_int_without_context |
|
| bytes_to_uint_without_context |
|
| decimal_as_u64 | |
| exp_float_str_to_int_str | |
| float_str_to_int_string | It converts a valid float string into valid integer string which can be
parsed by |
| get_valid_float_prefix | |
| get_valid_int_prefix | |
| get_valid_utf8_prefix | |
| integer_signed_lower_bound | Returns the min i64 values of different mysql types |
| integer_signed_upper_bound | Returns the max i64 values of different mysql types |
| integer_unsigned_upper_bound | Returns the max u64 values of different mysql types |
| no_exp_float_str_to_int_str | |
| overflow | Returns an overflowed error. |
| pad_zero_for_binary_type | |
| produce_dec_with_specified_tp | |
| produce_float_with_specified_tp |
|
| produce_str_with_specified_tp |
|
| round_decimal_with_ctx | |
| round_int_str | the |
| truncate_binary |
|
| truncate_f64 |
|