TiDB SQL Parser Not parse lambda

clickhouse中有些高阶函数,高阶函数中比如arrayMap,arratMap的用法比如:
SELECT arrayFilter(x -> x LIKE ‘%World%’, [‘Hello’, ‘abc World’]) AS res
TiDB SQL 无法解析lambda表达式,会报错 parse statement error

So what do you want? Need a bug fix? Want to discuss how to implement this?

By the way, TiDB is designed to be compatible with MySQL, not ClickHouse.

1 Like

I understand, I just want to ask if TiDb can achieve this function。thanks