mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
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:
parent
b50397ce38
commit
53471315ff
@ -13,9 +13,9 @@ cmake .. \
|
|||||||
-DENABLE_CLICKHOUSE_SERVER=ON \
|
-DENABLE_CLICKHOUSE_SERVER=ON \
|
||||||
-DENABLE_CLICKHOUSE_CLIENT=ON \
|
-DENABLE_CLICKHOUSE_CLIENT=ON \
|
||||||
-DUSE_STATIC_LIBRARIES=OFF \
|
-DUSE_STATIC_LIBRARIES=OFF \
|
||||||
-DCLICKHOUSE_SPLIT_BINARY=ON \
|
|
||||||
-DSPLIT_SHARED_LIBRARIES=ON \
|
-DSPLIT_SHARED_LIBRARIES=ON \
|
||||||
-DENABLE_LIBRARIES=OFF \
|
-DENABLE_LIBRARIES=OFF \
|
||||||
|
-DUSE_UNWIND=ON \
|
||||||
-DENABLE_UTILS=OFF \
|
-DENABLE_UTILS=OFF \
|
||||||
-DENABLE_TESTS=OFF
|
-DENABLE_TESTS=OFF
|
||||||
```
|
```
|
||||||
|
@ -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).
|
- `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).
|
- `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**
|
**Returned value**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user