datafusion-sqlparse/examples
Daniël Heres d32df527e6
Accept &str in Parse::parse_sql (#182)
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.
2020-06-03 23:31:41 +03:00
..
cli.rs Accept &str in Parse::parse_sql (#182) 2020-06-03 23:31:41 +03:00
parse_select.rs Accept &str in Parse::parse_sql (#182) 2020-06-03 23:31:41 +03:00