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

feat(expr): support substring function #792

Merged
merged 3 commits into from
Aug 3, 2023
Merged

feat(expr): support substring function #792

merged 3 commits into from
Aug 3, 2023

Conversation

wangrunji0408
Copy link
Member

This function is used in TPC-H Q22.

We borrow the sqllogictest from duckdb and pass the common cases.
Null literal inputs are not supported yet. We may add implicit type cast in binder later.

Signed-off-by: Runji Wang <wangrunji0408@163.com>
Signed-off-by: Runji Wang <wangrunji0408@163.com>
Signed-off-by: Runji Wang <wangrunji0408@163.com>
@skyzh skyzh added this pull request to the merge queue Aug 3, 2023
Merged via the queue into main with commit 424db3f Aug 3, 2023
4 checks passed
@skyzh skyzh deleted the wrj/substring branch August 3, 2023 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants