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

[FEATURE] REVERSE string function not available in SQL/PPL #1051

Closed
acarbonetto opened this issue Nov 8, 2022 · 1 comment
Closed

[FEATURE] REVERSE string function not available in SQL/PPL #1051

acarbonetto opened this issue Nov 8, 2022 · 1 comment
Labels
bi-tooling enhancement New feature or request

Comments

@acarbonetto
Copy link
Collaborator

Is your feature request related to a problem?
reverse string function is not available in the SQL parser engine.

What solution would you like?
SQL example:

SELECT reverse(\"abcd\") FROM calcs

PPL example:

source=calcs | eval `test` = reverse(\"abcd\")| fields test

What alternatives have you considered?
n/a

Do you have any additional context?
n/a

@acarbonetto acarbonetto added enhancement New feature or request untriaged labels Nov 8, 2022
@acarbonetto
Copy link
Collaborator Author

Can be closed. This is fixed by #1154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bi-tooling enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants