e412dd12e8
[chore](build) Use include-what-you-use to optimize includes (PART II) ( #18761 )
...
Currently, there are some useless includes in the codebase. We can use a tool named include-what-you-use to optimize these includes. By using a strict include-what-you-use policy, we can get lots of benefits from it.
2023-04-19 23:11:48 +08:00
0b074ade02
[fix](const column) fix coredump caused by const column for some functions ( #18737 )
2023-04-18 13:57:55 +08:00
43392918cd
[Optimization](functions)Optimize function call for const columns. ( #18310 )
2023-04-12 11:11:01 +08:00
17f4990bd3
[enhancement](functioncontext) function context should use shared ptr and simply function context ( #17311 )
...
Co-authored-by: yiguolei <yiguolei@gmail.com >
2023-03-02 16:23:54 +08:00
e04c13b7a6
[enhancement](exception safe) make function state exception safe ( #16771 )
2023-02-20 23:01:45 +08:00
ba9a777554
[fix](function) StringRef should not be key of timezone cache ( #14719 )
2022-12-01 16:31:47 +08:00
a60490651f
[improvement](function) add timezone cache for convert_tz ( #14616 )
2022-11-29 17:00:54 +08:00
72d2feae99
[feature-wip] Support all date functions for datev2/datetimev2 ( #11265 )
...
* [feature-wip] (datetimev2) support convert_tz function
* [feature-wip] Support all date functions for datev2/datetimev2
2022-07-28 08:18:59 +08:00
f377c26bf7
[refactor][be] Optimize headers ( #9708 )
2022-05-30 16:12:10 +08:00
668188b91f
[improvement][vectorized] support es node predicate peel ( #8174 )
2022-02-26 17:02:54 +08:00
90a8ca808a
[Bug][Vectorized] fix bitmap_min(empty) not return null ( #8190 )
2022-02-24 11:06:27 +08:00
56adc7f56b
[Bug][vec] Fix bug of nullable const value convert to argument cause coredump ( #8139 )
...
Co-authored-by: lihaopeng <lihaopeng@baidu.com >
2022-02-20 20:05:23 +08:00
f06c13a828
[feature](vec)(function) support function convert_tz() ( #8060 )
2022-02-17 10:51:32 +08:00