3ba6dcf236
[fix](function) fix round function for inaccuracy ( #7421 )
2021-12-24 21:23:11 +08:00
adb9b0d9c6
[Bug] Return 0 when hex(0) ( #6837 )
2021-10-15 10:18:55 +08:00
ad949c2f65
Optimize Hex and add related Doc ( #6697 )
...
I tested hex in a 1000w times for loop with random numbers,
old hex avg time cost is 4.92 s,optimize hex avg time cost is 0.46 s which faster nearly 10x.
2021-10-13 11:36:14 +08:00
7eae3e280a
[optimization] use inline optimize ExprContext::get_value ( #5385 )
2021-02-16 22:35:14 +08:00
6fedf5881b
[CodeFormat] Clang-format cpp sources ( #4965 )
...
Clang-format all c++ source files.
2020-11-28 18:36:49 +08:00
98e71a8b9f
[Bug][Function] Fix rand() function return same value ( #4709 )
...
fix rand function return same value when no parameter
2020-10-11 15:40:38 +08:00
10e3fc2778
[BUG] Fix abs function cannot handle bigint or bigger data type ( #4326 )
2020-08-12 20:58:35 +08:00