mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +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
|
||||
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user