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

SQL: Implement TRIM function (#57518) #57593

Merged
merged 1 commit into from
Jun 3, 2020
Merged

Conversation

matriv
Copy link
Contributor

@matriv matriv commented Jun 3, 2020

Add TRIM function which combines the functionality of both
LTRIM and RTRIM by stripping both leading and trailing
whitespaces.

Refers to #41195

(cherry picked from commit 6c86c91)

Add `TRIM` function which combines the functionality of both
`LTRIM` and `RTRIM` by stripping both leading and trailing
whitespaces.

Refers to elastic#41195

(cherry picked from commit 6c86c91)
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-ql (:Query Languages/SQL)

@elasticmachine elasticmachine added the Team:QL (Deprecated) Meta label for query languages team label Jun 3, 2020
@matriv matriv merged commit a674844 into elastic:7.x Jun 3, 2020
@matriv matriv deleted the backport-57518-7.x branch June 3, 2020 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/SQL SQL querying backport >enhancement Team:QL (Deprecated) Meta label for query languages team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants