pingcap / pingcap/tidb

expression: Support Push Down All Extract Function to TiFlash

Open
#39,104 2 comments 0 reactions 0 assignees View on GitHub
component/tiflash type/enhancement
Dominant language
Go
Stars
40.5k
Forks
6.2k
PR merge metrics
PR metrics pending

Description

## Enhancement

Function extract can not be fully pushed down to TiFlash.

Starting from #22832, the function extract is pushed down to TiFlash, however, the support is incomplete.

The current support for the extract function in TiFlash is shown as follows.

- [x] extract datetime(#22832) https://github.com/pingcap/tiflash/pull/1406
- [x] extract duration(#39105) https://github.com/pingcap/tiflash/pull/6205
- [ ] extract datetime from string https://github.com/pingcap/tiflash/pull/6300

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.