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] Add "between" expression to PPL #679

Open
A-Gray-Cat opened this issue Sep 18, 2024 · 0 comments
Open

[FEATURE] Add "between" expression to PPL #679

A-Gray-Cat opened this issue Sep 18, 2024 · 0 comments
Labels
enhancement New feature or request PPL Pipe Processing Language support untriaged

Comments

@A-Gray-Cat
Copy link

Is your feature request related to a problem?
When doing comparisons for a range, it will be very convenient to have a between command, e.g.

Instead of writing, ... | where datetime >= '2024-09-10' and datetime <= '2024-09-15', it can be written as ... | where datetime between '2024-09-10' and '2024-09-15'.

What solution would you like?
Add the "between" expression. This is a nice to have.

What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.

Do you have any additional context?
Add any other context or screenshots about the feature request here.

@A-Gray-Cat A-Gray-Cat added enhancement New feature or request untriaged labels Sep 18, 2024
@YANG-DB YANG-DB added the PPL Pipe Processing Language support label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PPL Pipe Processing Language support untriaged
Projects
None yet
Development

No branches or pull requests

2 participants