Split out Expressions
section of README
#56
Labels
docs
Improvements to the documentation
no-rust-needed
Issues that can be fixed without knowing any Rust
There are currently several places in the language where we accept arbitrary expressions:
where
sum(xyz)
),* | 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.
The text was updated successfully, but these errors were encountered: