7e30b28f3a
[Optimize] Speed up converting the data of other types to string in mysql_result_writer ( #6384 )
...
Co-authored-by: caiconghui <caiconghui@xiaomi.com >
2021-08-24 22:30:58 +08:00
d1007afe80
Use fmt and std::from_chars to make convert integer to string and convert string to integer more efficient ( #6361 )
...
* [Optimize] optimize the speed of converting integer to string
* Use fmt and std::from_chars to make convert integer to string and convert string to integer more efficient
Co-authored-by: caiconghui <caiconghui@xiaomi.com >
2021-08-04 10:55:19 +08:00
6fedf5881b
[CodeFormat] Clang-format cpp sources ( #4965 )
...
Clang-format all c++ source files.
2020-11-28 18:36:49 +08:00
378ce8ca04
Use double when converting TIME type value ( #1722 )
...
TIME type value is saved in DOUBLE, so using int64 can extend the time range.
2019-08-29 21:19:19 +08:00
a6f0b5c789
Change RowsetWriter num_rows() return int64_t ( #1535 )
2019-07-24 10:44:38 +08:00