datafusion-sqlparse/src
Daniël Heres c24b0e01db
Implement ASSERT statement (#226)
As supported by PostgreSQL and BigQuery (with some differences between them)
2020-07-16 17:28:03 +02:00
..
ast Implement ASSERT statement (#226) 2020-07-16 17:28:03 +02:00
dialect Implement ASSERT statement (#226) 2020-07-16 17:28:03 +02:00
lib.rs Accept &str in Parse::parse_sql (#182) 2020-06-03 23:31:41 +03:00
parser.rs Implement ASSERT statement (#226) 2020-07-16 17:28:03 +02:00
test_utils.rs Accept &str in Parse::parse_sql (#182) 2020-06-03 23:31:41 +03:00
tokenizer.rs Change Word::keyword to a enum (#193) 2020-06-11 22:00:35 +03:00