feat: Expose DFG and query plans on Timestream #2150
Triggered via pull request
September 27, 2023 18:17
bjchambers
opened
#780
Status
Success
Total duration
18s
Artifacts
–
Annotations
1 error
struct `DfgExpr` has a public `len` method, but no `is_empty` method:
crates/sparrow-compiler/src/dfg/expr.rs#L39
error: struct `DfgExpr` has a public `len` method, but no `is_empty` method
--> crates/sparrow-compiler/src/dfg/expr.rs:39:5
|
39 | pub fn len(&self) -> usize {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty
= note: `-D clippy::len-without-is-empty` implied by `-D warnings`
|