datafusion-sqlparse/examples
Nickolay Ponomarev 4ce0eb11ae Fix a new clippy lint (.nth(0)) to unbreak CI
"iter.next() is equivalent to iter.nth(0), as they both consume the
next element, but is more readable."

https://rust-lang.github.io/rust-clippy/master/index.html#iter_nth_zero
2020-04-14 17:09:48 +03:00
..
cli.rs Fix a new clippy lint (.nth(0)) to unbreak CI 2020-04-14 17:09:48 +03:00
parse_select.rs Remove "SQL" prefix from types 2019-06-25 13:11:11 -04:00