functions_length
once
10000
5000
20000
string
materialize('')
materialize('Hello, world')
toString(number)
reinterpretAsString(number)
materialize('中文测试字符串')
materialize('https://github.com/yandex/ClickHouse/pull/1882')
materialize('https://zh.wikipedia.org/wiki/%E4%B8%AD%E6%97%A5%E9%9F%93%E7%B5%B1%E4%B8%80%E8%A1%A8%E6%84%8F%E6%96%87%E5%AD%97%E6%93%B4%E5%B1%95%E5%8D%80F')
concat('中文测试字符串 ', toString(number), ' Привет, мир!')
concat(concat('中文测试字符串 ', toString(number), ' Привет, мир!') AS x, x, x, x, x, x, x, x, x, x)
convertCharset(concat(reinterpretAsString(rand64(1)), reinterpretAsString(rand64(2)), reinterpretAsString(rand64(3)), reinterpretAsString(rand64(4)), reinterpretAsString(rand64(5)), reinterpretAsString(rand64(6)), reinterpretAsString(rand64(7)), reinterpretAsString(rand64(8)), reinterpretAsString(rand64(9)), reinterpretAsString(rand64(10))), 'UTF-16', 'UTF-8')
SELECT count() FROM system.numbers WHERE NOT ignore(lengthUTF8({string}))