c71ffc01de
[Refactor] Cleanup some unused include ( #9063 )
2022-04-18 09:52:31 +08:00
e5e0dc421d
[refactor] Change ALL OLAPStatus to Status ( #8855 )
...
Currently, there are 2 status code in BE, one is common/Status.h,
and the other is olap/olap_define.h called OLAPStatus.
OLAPStatus is just an enum type, it is very simple and could not save many informations,
I will unify these code to common/Status.
2022-04-14 11:43:49 +08:00
6c6380969b
[refactor] replace boost smart ptr with stl ( #6856 )
...
1. replace all boost::shared_ptr to std::shared_ptr
2. replace all boost::scopted_ptr to std::unique_ptr
3. replace all boost::scoped_array to std::unique<T[]>
4. replace all boost:thread to std::thread
2021-11-17 10:18:35 +08:00
8738ce380b
Add long text type STRING, with a maximum length of 2GB. Usage is similar to varchar, and there is no guarantee for the performance of storing extremely long data ( #6391 )
2021-08-18 09:05:40 +08:00
739c0268ff
[refactor] Remove decimal v1 related code from code base ( #6079 )
...
remove ALL DECIMAL V1 type code , this is a part of #6073
2021-07-07 10:26:32 +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
09f97f8a05
[Refactor] Fixes some be typo part 2 ( #4747 )
2020-10-20 09:28:57 +08:00
9d03ba236b
Uniform Status ( #1317 )
2019-06-14 23:38:31 +08:00
c34b306b4f
Decimal optimize branch #695 ( #727 )
2019-03-22 17:22:16 +08:00
37b4cafe87
Change variable and namespace name in BE ( #268 )
...
Change 'palo' to 'doris'
2018-11-02 10:22:32 +08:00
2868793b6b
Change license to Apache License 2.0 ( #262 )
2018-11-01 09:06:01 +08:00
6486be64c3
fix license statement ( #29 )
...
* change picture to word
* change picture to word
* SHOW FULL TABLES WHERE Table_type != VIEW sql can not execute
* change license description
2017-08-18 19:16:23 +08:00
e2311f656e
baidu palo
2017-08-11 17:51:21 +08:00