mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
Remove "unsigned" from docs now that we support all ints.
This commit is contained in:
parent
63b0df9f1d
commit
2e4709fd10
@ -714,7 +714,7 @@ Result:
|
|||||||
|
|
||||||
## byteSwap
|
## byteSwap
|
||||||
|
|
||||||
Accepts an unsigned integer `operand` and returns the integer which is obtained by swapping the **endianness** of `operand` i.e. reversing the bytes of the `operand`.
|
Accepts an integer `operand` and returns the integer which is obtained by swapping the **endianness** of `operand` i.e. reversing the bytes of the `operand`.
|
||||||
|
|
||||||
Currently, this is supported for up to 64-bit (signed and unsigned) integers.
|
Currently, this is supported for up to 64-bit (signed and unsigned) integers.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user