Skip to content

Commit

Permalink
bit-functions-and-operators: fix PDF build issue (pingcap#18442)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai committed Aug 2, 2024
1 parent ce6af83 commit c660771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions functions-and-operators/bit-functions-and-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ TiDB supports all of the [bit functions and operators](https://dev.mysql.com/doc
| Name | Description |
| :------| :------------- |
| [`BIT_COUNT()`](#bit_count) | Return the number of bits that are set as 1 |
| [`&`](#-bitwise-and) | Bitwise AND |
| [`~`](#-bitwise-inversion) | Bitwise inversion |
| [`\|`](#-bitwise-or) | Bitwise OR |
| [<code>&</code>](#-bitwise-and) | Bitwise AND |
| [<code>~</code>](#-bitwise-inversion) | Bitwise inversion |
| [<code>\|</code>](#-bitwise-or) | Bitwise OR |
| [`^`](#-bitwise-xor) | Bitwise XOR |
| [`<<`](#-left-shift) | Left shift |
| [`>>`](#-right-shift) | Right shift |
Expand Down

0 comments on commit c660771

Please sign in to comment.