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

support LEAST() in TiFlash #32787

Closed
guo-shaoge opened this issue Mar 3, 2022 · 0 comments · Fixed by #32788
Closed

support LEAST() in TiFlash #32787

guo-shaoge opened this issue Mar 3, 2022 · 0 comments · Fixed by #32788
Labels
type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@guo-shaoge
Copy link
Collaborator

Feature Request

Is your feature request related to a problem? Please describe:

related tiflash issue: pingcap/tiflash#3358
Describe the feature you'd like:

support LEAST()/GREATEST() in TiFlash for int and real.
Describe alternatives you've considered:

MySQL docs:
https://dev.mysql.com/doc/refman/8.0/en/comparison-operators.html#function_least
TiDB implementation:

func (c *leastFunctionClass) getFunction(ctx sessionctx.Context, args []Expression) (sig builtinFunc, err error) {

Teachability, Documentation, Adoption, Migration Strategy:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant