Tikv: Copr SIG: Implement more UDF

Created on 24 Oct 2019  路  2Comments  路  Source: tikv/tikv

Feature Request

Currently there are a lot of implemented UDF in TiKV Coprocessor. However they do not have vectorized implementation and their push down is not enabled in TiDB due to lack of testing.

You can:

  • Choose an UDF implementation which do not have vectorized implementation, migrate it for the vectorized framework.
  • Choose an UDF vectorized implementation, add integration tests for it and enable the push down in TiKV.
  • Implement a new UDF in TiKV. The implementation must have both vectorized version and non-vectorized version. Basic unit tests are required.

This task can be claimed by multiple contributors.

difficulteasy statuhelp-wanted

Most helpful comment

I will enable the push down of JSONLength. Let me try it.

All 2 comments

I will enable the push down of JSONLength. Let me try it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AndreMouche picture AndreMouche  路  8Comments

breeswish picture breeswish  路  4Comments

Connor1996 picture Connor1996  路  3Comments

CindyXing picture CindyXing  路  8Comments

siddontang picture siddontang  路  7Comments