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

Split out Expressions section of README #56

Open
rcoh opened this issue Jan 13, 2019 · 0 comments
Open

Split out Expressions section of README #56

rcoh opened this issue Jan 13, 2019 · 0 comments
Labels
docs Improvements to the documentation no-rust-needed Issues that can be fixed without knowing any Rust

Comments

@rcoh
Copy link
Owner

rcoh commented Jan 13, 2019

There are currently several places in the language where we accept arbitrary expressions:

  1. In the clause of where
  2. In the argument of aggregates (sum(xyz)),
  3. In the group-by clause of aggregates (* | count by status_code > 500, response_ms < 300, url)

The set of arbitrary expressions that can be constructed is growing, and it'd be great to have those documented separately where they could be linked to within the README so people could have a full understanding of what they could use.

@rcoh rcoh added docs Improvements to the documentation no-rust-needed Issues that can be fixed without knowing any Rust labels Jan 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements to the documentation no-rust-needed Issues that can be fixed without knowing any Rust
Projects
None yet
Development

No branches or pull requests

1 participant