forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[refactor](opt) optimize BE code of array_distinct function (apache#3…
…8560) ## Proposed changes refactor part of BE code of `array_distinct` function by: 1. optimize the head files 2. use type deduction(auto) 3. use macro definition to simplify if-else code 4. add error log for unsupported element type of array
- Loading branch information
1 parent
ea189e9
commit 8cded12
Showing
1 changed file
with
40 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters