Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] fix some agg functions doc #1857

Closed
wants to merge 33 commits into from

Conversation

hechao-ustc
Copy link
Contributor

@hechao-ustc hechao-ustc commented Jan 17, 2025

Versions

  • dev
  • 3.0
  • 2.1
  • 2.0

Languages

  • Chinese
  • English

Docs Checklist

  • Checked by AI
  • Test Cases Built

Including the following functions

"percentile_approx"
"percentile_approx_weighted"
"percentile_array"
"quantile_union"
"regr_intercept"
"regr_slope"
"retention"
"sequence_count"

SWJTU-ZhangLei and others added 5 commits January 17, 2025 21:54
## Versions 

- [x] dev
- [ ] 3.0
- [ ] 2.1
- [ ] 2.0

## Languages

- [x] Chinese
- [x] English

## Docs Checklist

- [ ] Checked by AI
- [ ] Test Cases Built
## Versions 

- [ ✅] dev
- [ ✅] 3.0
- [ ✅] 2.1
- [ ✅] 2.0

## Languages

- [ ✅] Chinese
- [ ✅] English

## Docs Checklist

- [ ✅] Checked by AI
- [ ] Test Cases Built
## Versions 

- [x] dev
- [x] 3.0
- [x] 2.1
- [ ] 2.0

## Languages

- [ ] Chinese
- [x] English

## Docs Checklist

- [ ] Checked by AI
- [ ] Test Cases Built
## Versions 

- [x] dev
- [x] 3.0
- [x] 2.1
- [ ] 2.0

## Languages

- [x] Chinese
- [x] English

## Docs Checklist

- [ ] Checked by AI
- [ ] Test Cases Built

## Including the following functions
"sequence_match"
"skew", "skew_pop", "skewness"
"stddev_pop", "stddev"
"stddev_samp"
"sum"
"sum0"
"topn"
"topn_array"
"topn_weighted"
"var_pop", "variance_pop", "variance"
"var_samp", "variance_samp"
"window_funnel"

---------

Co-authored-by: hechao <[email protected]>
QuakeWang and others added 6 commits January 20, 2025 11:30
## Versions 

- [x] dev
- [x] 3.0
- [x] 2.1
- [ ] 2.0

## Languages

- [x] Chinese
- [x] English

## Docs Checklist

- [ ] Checked by AI
- [ ] Test Cases Built

## Modify function documentation

- [x]  hours_add
- [x]  hours_diff
- [x]  hours_sub
- [x]  last_day
- [x]  makedate
- [x]  microsecond
- [x]  microseconds_add
- [x]  microseconds_diff
- [x]  microseconds_sub
- [x]  milliseconds_add
- [x]  milliseconds_diff
- [x]  milliseconds_sub
- [x]  minute
- [x]  minute_ceil
- [x]  minute_floor
- [x]  minutes_add
- [x]  minutes_diff
- [x]  minutes_sub
- [x]  month
- [x]  month_ceil
- [x]  month_floor
- [x]  monthname
Fix json_array zh_doc

## Versions 

- [x] dev
- [x] 3.0
- [x] 2.1
- [ ] 2.0

## Languages

- [x] Chinese
- [ ] English

## Docs Checklist

- [ ] Checked by AI
- [ ] Test Cases Built
## Versions 

- [x] dev
- [x] 3.0
- [ ] 2.1
- [ ] 2.0

## Languages

- [ ] Chinese
- [x] English

## Docs Checklist

- [ ] Checked by AI
- [ ] Test Cases Built
### Summary

1. Removed document version 1.2.
2. Add htaccess configuration file to direct to the correct 404 page.
3. Implemented several scripts to facilitate the generation of correctly
formatted PDFs
- translateTitle:Generate a Chinese and English mapping through the i18n
file to translate the English in the directory
- filterSidebarTree:Recursively remove one or more categories under the
premise that the default label is unique*
   - removeDuplicateTitle:Remove duplicate titles
   - trimCodeFunc:Remove spaces before code blocks
   - adjustTips:Tip Block Conversion

5. Added Chinese and English pages for archived documents.

![image](https://github.com/user-attachments/assets/8c5c7e35-0ca4-4769-ac09-8b3c70e73f80)

![image](https://github.com/user-attachments/assets/3ab56b6c-4c1f-4e33-b581-df5fc7677b77)
Fix the prompt of kafka server, because sometimes it is mistaken for
doris broker load

## Versions 

- [x] dev
- [x] 3.0
- [x] 2.1
- [x] 2.0

## Languages

- [x] Chinese
- [x] English

## Docs Checklist

- [ ] Checked by AI
- [ ] Test Cases Built
- [x] "group_concat"
- [x] "hist", "histogram"
- [ ] "hll_raw_agg", 
- [ ] "hll_union"
- [x] "hll_union_agg"
- [x] "intersect_count"
- [x] "kurt", "kurt_pop", "kurtosis"
- [x] "linear_histogram"
- [x] "map_agg"
- [x] "max"
- [x] "max_by"
- [x] "median"
- [x] "min"
- [x] "min_by"
- [ ] "approx_count_distinct", 
- [ ] "ndv"
- [x] "orthogonal_bitmap_expr_calculate"
- [x] "orthogonal_bitmap_expr_calculate_count"
- [x] "orthogonal_bitmap_intersect"
- [x] "orthogonal_bitmap_intersect_count"
- [x] "orthogonal_bitmap_union_count"

## Versions 

- [x] dev
- [x] 3.0
- [x] 2.1
- [ ] 2.0

## Languages

- [ ] Chinese
- [ ] English

## Docs Checklist

- [ ] Checked by AI
- [ ] Test Cases Built
@KassieZ KassieZ added the bug Something is incorrect label Jan 20, 2025
chaoyangqi and others added 5 commits January 20, 2025 15:56
## Versions 

- [x] dev
- [x] 3.0
- [x] 2.1
- [ ] 2.0

## Languages

- [x] Chinese
- [x] English

## Docs Checklist

- [ ] Checked by AI
- [ ] Test Cases Built
Copy link
Contributor

@morrySnow morrySnow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rebase搞错了,需要重新处理一下

@hechao-ustc
Copy link
Contributor Author

@morrySnow @KassieZ 重新提了pr,麻烦再帮忙review下
#1892

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved bug Something is incorrect
Projects
None yet
Development

Successfully merging this pull request may close these issues.