mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
Update src/Functions/soundex.cpp
Co-authored-by: flynn <fenglv15@mails.ucas.ac.cn>
This commit is contained in:
parent
a67ea35875
commit
2a0de4bc16
@ -37,8 +37,6 @@ struct SoundexImpl
|
||||
{
|
||||
length = 4
|
||||
};
|
||||
/* ABCDEFGHIJKLMNOPQRSTUVWXYZ */
|
||||
/* :::::::::::::::::::::::::: */
|
||||
static constexpr auto soundex_map = "01230120022455012623010202";
|
||||
|
||||
static char getScode(const char *& ptr, const char * in_end)
|
||||
|
Loading…
Reference in New Issue
Block a user