mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
fix
This commit is contained in:
parent
dfd1c4d8e6
commit
180bb9f13d
@ -13,11 +13,11 @@ groupBitAnd(expr)
|
||||
|
||||
**Arguments**
|
||||
|
||||
`expr` – An expression that results in `UInt* or Int*` type.
|
||||
`expr` – An expression that results in `UInt*` or `Int*` type.
|
||||
|
||||
**Return value**
|
||||
|
||||
Value of the `UInt* or Int*` type.
|
||||
Value of the `UInt*` or `Int*` type.
|
||||
|
||||
**Example**
|
||||
|
||||
|
@ -13,11 +13,11 @@ groupBitOr(expr)
|
||||
|
||||
**Arguments**
|
||||
|
||||
`expr` – An expression that results in `UInt* or Int*` type.
|
||||
`expr` – An expression that results in `UInt*` or `Int*` type.
|
||||
|
||||
**Returned value**
|
||||
|
||||
Value of the `UInt* or Int*` type.
|
||||
Value of the `UInt*` or `Int*` type.
|
||||
|
||||
**Example**
|
||||
|
||||
|
@ -13,11 +13,11 @@ groupBitXor(expr)
|
||||
|
||||
**Arguments**
|
||||
|
||||
`expr` – An expression that results in `UInt* or Int*` type.
|
||||
`expr` – An expression that results in `UInt*` or `Int*` type.
|
||||
|
||||
**Return value**
|
||||
|
||||
Value of the `UInt* or Int*` type.
|
||||
Value of the `UInt*` or `Int*` type.
|
||||
|
||||
**Example**
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
0 [0,4,8,12,16] 28 0 16
|
||||
1 [1,5,9,13,17] 29 1 17
|
||||
2 [2,6,10,14,18] 30 2 18
|
||||
3 [3,7,11,15,19] 31 3 19
|
||||
0 [0,4,8,12,16] 28 0 16
|
||||
1 [1,5,9,13,17] 29 1 17
|
||||
2 [2,6,10,14,18] 30 2 18
|
||||
3 [3,7,11,15,19] 31 3 19
|
||||
0 [0,-4,-8,-12,-16] -4 0 0
|
||||
1 [-1,-5,-9,-13,-17] -1 -29 -17
|
||||
2 [-2,-6,-10,-14,-18] -2 -30 -18
|
||||
@ -9,4 +9,4 @@
|
||||
0 [-10,-6,-2,2,6] -2 2 -10
|
||||
1 [-9,-5,-1,3,7] -1 3 -9
|
||||
2 [-8,-4,0,4,8] -4 0 8
|
||||
3 [-7,-3,1,5,9] -3 1 9
|
||||
3 [-7,-3,1,5,9] -3 1 9
|
||||
|
Loading…
Reference in New Issue
Block a user