Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need support more function pushdown in TiFlash #1480

Closed
11 of 14 tasks
windtalker opened this issue Feb 25, 2021 · 2 comments · Fixed by pingcap/tidb#25097 or #2084
Closed
11 of 14 tasks

Need support more function pushdown in TiFlash #1480

windtalker opened this issue Feb 25, 2021 · 2 comments · Fixed by pingcap/tidb#25097 or #2084
Assignees
Labels
component/expression type/new-feature Issue or PR for new feature

Comments

@windtalker
Copy link
Contributor

windtalker commented Feb 25, 2021

function

date/time related:

  • year
  • month
  • day
  • datediff
  • date_sub
  • unix_timestamp

string related:

  • concat
  • concat_ws

cast:

  • castTimeAsString
  • castStringAsInt
  • castStringAsReal

no needed:

  • group_concat
  • regexp_replace
  • hour
@windtalker windtalker added the type/new-feature Issue or PR for new feature label Feb 25, 2021
@LittleFall
Copy link
Contributor

LittleFall commented Mar 1, 2021

MySQL/TiDB doesn't support NVL now (v4.0.11), replace it by IFNULL.

@LittleFall
Copy link
Contributor

MySQL 5.7 / TiDB doesn't support regexp_replace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment