datafusion-sqlparse/tests
Nikhil Benesch 5652b4676c
Replace Option<Vec<T>> with Vec<T>
Vectors can already represent the absence of any arguments (i.e., by
being empty), so there is no need to wrap them in an Option.
2019-05-22 11:42:28 -04:00
..
sqlparser_common.rs Replace Option<Vec<T>> with Vec<T> 2019-05-22 11:42:28 -04:00
sqlparser_mssql.rs Add comments to the test files 2019-05-04 02:43:00 +03:00
sqlparser_postgres.rs Add comments to the test files 2019-05-04 02:43:00 +03:00