influxdb/influxdb_influxql_parser/src
Stuart Carnie 5c9e8dba5b
chore: Fix tests and clippy warnings
2023-06-15 12:32:45 +10:00
..
expression chore: simplify expressions 2023-06-15 12:15:57 +10:00
snapshots feat: Add `pre` and `post` visit events for `Literal` (#7629) 2023-04-24 21:15:44 +00:00
common.rs chore: Add API to test if `OrderByClause` is ascending 2023-06-15 12:15:57 +10:00
create.rs fix: Move variables within format strings. Thanks clippy! 2023-02-03 13:06:17 -05:00
delete.rs fix: Move variables within format strings. Thanks clippy! 2023-02-03 13:06:17 -05:00
drop.rs refactor: Drop Expr::UnaryOp to simplify tree traversal (#6600) 2023-01-18 02:27:38 +00:00
explain.rs fix: Move variables within format strings. Thanks clippy! 2023-02-03 13:06:17 -05:00
expression.rs chore: move walk and the mutable variant to the parser crate (#6575) 2023-01-12 21:06:06 +00:00
functions.rs feat: teach parser to allow arithmetic functions (#7620) 2023-04-24 17:09:22 +00:00
identifier.rs chore: Add test to validate `as_str` returns unquoted identifier 2023-05-17 14:31:01 +10:00
internal.rs fix: Move variables within format strings. Thanks clippy! 2023-02-03 13:06:17 -05:00
keywords.rs fix: Allow all valid characters following a keyword (#6959) 2023-02-13 22:21:11 +00:00
lib.rs chore: simplify expressions 2023-06-15 12:15:57 +10:00
literal.rs refactor: Moved simplification of time range expressions to parser 2023-06-02 09:50:01 +10:00
parameter.rs refactor: Drop Expr::UnaryOp to simplify tree traversal (#6600) 2023-01-18 02:27:38 +00:00
select.rs feat: Refactor node used to represent a tag in a `GROUP BY` 2023-05-17 12:29:02 +10:00
show.rs refactor: Drop Expr::UnaryOp to simplify tree traversal (#6600) 2023-01-18 02:27:38 +00:00
show_field_keys.rs fix: Move variables within format strings. Thanks clippy! 2023-02-03 13:06:17 -05:00
show_measurements.rs fix: Move variables within format strings. Thanks clippy! 2023-02-03 13:06:17 -05:00
show_retention_policies.rs fix: Move variables within format strings. Thanks clippy! 2023-02-03 13:06:17 -05:00
show_tag_keys.rs fix: Move variables within format strings. Thanks clippy! 2023-02-03 13:06:17 -05:00
show_tag_values.rs fix: Move variables within format strings. Thanks clippy! 2023-02-03 13:06:17 -05:00
simple_from_clause.rs fix: Move variables within format strings. Thanks clippy! 2023-02-03 13:06:17 -05:00
statement.rs feat: Add parser for `CREATE DATABASE` statement (#6062) 2022-11-08 00:43:29 +00:00
string.rs fix: InfluxQL parser incompatibilities (#6034) 2022-11-03 05:43:16 +00:00
test_util.rs refactor: Drop Expr::UnaryOp to simplify tree traversal (#6600) 2023-01-18 02:27:38 +00:00
time_range.rs chore: Fix tests and clippy warnings 2023-06-15 12:32:45 +10:00
timestamp.rs refactor: Moved simplification of time range expressions to parser 2023-06-02 09:50:01 +10:00
visit.rs feat: Refactor node used to represent a tag in a `GROUP BY` 2023-05-17 12:29:02 +10:00
visit_mut.rs feat: Refactor node used to represent a tag in a `GROUP BY` 2023-05-17 12:29:02 +10:00