updated docs -- removed the unbundled option for...

Default values in Cmake in ClickHouse, as there could be some caveats
(e.g. tester not working)
This commit is contained in:
myrrc 2020-10-12 17:42:19 +03:00
parent b50397ce38
commit 53471315ff
2 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ cmake .. \
-DENABLE_CLICKHOUSE_SERVER=ON \
-DENABLE_CLICKHOUSE_CLIENT=ON \
-DUSE_STATIC_LIBRARIES=OFF \
-DCLICKHOUSE_SPLIT_BINARY=ON \
-DSPLIT_SHARED_LIBRARIES=ON \
-DENABLE_LIBRARIES=OFF \
-DUSE_UNWIND=ON \
-DENABLE_UTILS=OFF \
-DENABLE_TESTS=OFF
```

View File

@ -17,7 +17,7 @@ avgWeighted(x, weight)
- `x` — Values. [Integer](../../../sql-reference/data-types/int-uint.md) or [floating-point](../../../sql-reference/data-types/float.md).
- `weight` — Weights of the values. [Integer](../../../sql-reference/data-types/int-uint.md) or [floating-point](../../../sql-reference/data-types/float.md).
Type of `x` and `weight` must be the same.
Type of `x` and `weight` may be different.
**Returned value**