mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-21 07:08:11 +00:00
It is more generic to accept a `&str` than a `String` in an API, and avoids having to convert a string to a `String` when not needed, avoiding a copy. |
||
|---|---|---|
| .. | ||
| cli.rs | ||
| parse_select.rs | ||