谢健
a136836770
[feature](Nereids) add two functions: char and covert (#23104)
add [char](https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-functions/string-functions/char/?_highlight=char) func
```
mysql> select char(68, 111, 114, 105, 115);
+--------------------------------------+
| char('utf8', 68, 111, 114, 105, 115) |
+--------------------------------------+
| Doris |
+--------------------------------------+
```
convert func
```
MySQL root@127.0.0.1:(none)> select convert(1 using gbk);
+-------------------+
| convert(1, 'gbk') |
+-------------------+
| 1 |
+-------------------+
```
2023-08-30 17:09:06 +08:00
..
2023-02-16 11:57:19 +08:00
2023-08-25 11:01:50 +08:00
2023-08-23 18:27:35 +08:00
2023-08-30 17:09:06 +08:00
2023-08-05 12:53:13 +08:00
2023-08-28 14:07:26 +08:00
2023-04-14 18:18:41 +08:00
2023-04-14 14:01:44 +08:00
2023-02-16 11:57:19 +08:00
2023-02-16 11:57:19 +08:00
2023-02-16 11:57:19 +08:00
2023-02-16 11:57:19 +08:00
2023-08-28 11:31:44 +08:00
2023-05-17 21:26:31 +08:00
2023-08-25 14:04:49 +08:00
2023-02-16 11:57:19 +08:00
2023-07-27 19:10:43 +08:00
2023-05-17 21:26:31 +08:00
2023-04-14 18:18:41 +08:00
2023-02-16 11:57:19 +08:00
2023-03-04 08:23:50 +08:00
2023-02-16 11:57:19 +08:00