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

Fix notes syntax in documentation #7286

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/en/query_language/agg_functions/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ Function:

- Provides the result deterministically (it doesn't depend on the query processing order).

!! note "Note"
!!! note "Note"
Since it uses 32-bit hash for non-`String` type, the result will have very high error for cardinalities significantly larger than `UINT_MAX` (error will raise quickly after a few tens of billions of distinct values), hence in this case you should use [uniqCombined64](#agg_function-uniqcombined64)

Compared to the [uniq](#agg_function-uniq) function, the `uniqCombined`:
Expand Down Expand Up @@ -881,7 +881,7 @@ The calculation is accurate if:

Otherwise, the result of the calculation is rounded to the nearest multiple of 16 ms.

!! note "Note"
!!! note "Note"
For calculating page loading time quantiles, this function is more effective and accurate than [quantile](#agg_function-quantile).

**Returned value**
Expand Down
4 changes: 2 additions & 2 deletions docs/ru/query_language/agg_functions/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ uniqCombined(HLL_precision)(x[, ...])

- Результат детерминирован (не зависит от порядка выполнения запроса).

!! note "Note"
!!! note "Note"
Так как используется 32-битный хэш для не-`String` типов, результат будет иметь очень очень большую ошибку для количества разичных элементов существенно больше `UINT_MAX` (ошибка быстро растёт начиная с нескольких десятков миллиардов различных значений), таким образом в этом случае нужно использовать [uniqCombined64](#agg_function-uniqcombined64)

По сравнению с функцией [uniq](#agg_function-uniq), `uniqCombined`:
Expand Down Expand Up @@ -898,7 +898,7 @@ quantileTiming(level)(expr)

В противном случае, результат рассчетов округляется до ближайшего числа, кратного 16мс.

!! note "Примечание"
!!! note "Примечание"
Для расчёта квантилей времени загрузки страниц, функция работает эффективней и с более высокой точностью, чем функция [quantile](#agg_function-quantile).

**Возвращаемое значение**
Expand Down