mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update decodeURLComponent.cpp
This commit is contained in:
parent
905d5be288
commit
df2fede98b
@ -83,7 +83,7 @@ static size_t decodeURL(const char * src, size_t src_size, char * dst, bool plus
|
||||
|
||||
|
||||
/// Percent decode of URL data.
|
||||
template<bool plus_as_space>
|
||||
template <bool plus_as_space>
|
||||
struct DecodeURLComponentImpl
|
||||
{
|
||||
static void vector(const ColumnString::Chars & data, const ColumnString::Offsets & offsets,
|
||||
|
Loading…
Reference in New Issue
Block a user