|
|
be3d203289
|
[feature][vectorized] support table function explode_numbers() (#8509)
|
2022-03-22 11:38:00 +08:00 |
|
|
|
a824c3e489
|
[feature](vectorized) support lateral view (#8448)
|
2022-03-17 10:04:24 +08:00 |
|
|
|
e77e2b0bf0
|
[improvement](lateral-view) Add number rows filtered in profile (#8251)
Add `RowsFiltered` counter in TableFunctionNode profile.
So that we can know the total number of rows that TableFunctionNode processed
|
2022-03-01 11:04:57 +08:00 |
|
|
|
800a36343a
|
[chore] Prolog of hermetic build with GCC 11 and Clang 13. (#7712)
Prepare to generate hermetic build using GCC 11 and Clang 13.
The ideal toolchain would be ldb toolchain generated by [ldb_toolchain_gen.sh](https://github.com/amosbird/ldb_toolchain_gen/releases/download/v0.3/ldb_toolchain_gen.sh)
To kick off a clang build, set `DORIS_TOOLCHAIN=clang` before running any build scripts.
|
2022-01-21 12:12:04 +08:00 |
|
|
|
0499b2211b
|
[feat](lateral-view) Support execution of lateral view stmt (#7255)
1. Add table function node
2. Add 3 table functions: explode_split, explode_bitmap and explode_json_array
|
2021-12-16 10:46:15 +08:00 |
|