15a9b4f1e5
* refactor: Drop Expr::UnaryOp to simplify tree traversal The UnaryOp doesn't provide and additional value and complicates walking the AST, as literal values wrapped in a UnaryOp(Minus, ...) require extra handling when reducing time range expressions, etc. This change also is true to the InfluxQL Go implementation, which represents whole number literals as signed integers unless they exceed i64::MAX. * chore: Refactor all usages of format!("{}", ?) to ?.to_string() Per https://github.com/influxdata/influxdb_iox/pull/6600#discussion_r1072028895 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |