datafusion-sqlparse/src/ast
2025-12-01 19:42:19 +01:00
..
helpers Snowflake: ALTER USER and KeyValueOptions Refactoring (#2035) 2025-09-25 19:59:11 +00:00
data_type.rs Added TIMESTAMP_NTZ type support with precision to Snowflake dialect (#2080) 2025-10-30 09:20:41 +00:00
dcl.rs Moving several struct variants out of Statement enum to allow for trait impls for specific sub-variants (#2057) 2025-10-10 14:08:20 +00:00
ddl.rs Formatted None variant 2025-12-01 19:42:19 +01:00
dml.rs Include DML keyword in statement span (#2090) 2025-11-13 09:27:58 +00:00
mod.rs Added support for ALTER OPERATOR syntax 2025-12-01 19:36:21 +01:00
operator.rs Make BitwiseNot ("~") available for all dialects, not just PostgreSQL (#2081) 2025-10-30 11:57:25 +00:00
query.rs Preserve optional AS keyword in aliases (#2103) 2025-11-25 15:54:42 +00:00
spans.rs Added support for ALTER OPERATOR syntax 2025-12-01 19:36:21 +01:00
table_constraints.rs Added support for MATCH syntax and unified column option ForeignKey (#2062) 2025-10-15 11:15:55 +00:00
trigger.rs Add CREATE TRIGGER support for SQL Server (#1810) 2025-05-03 16:59:13 +02:00
value.rs Support for Map values in ClickHouse settings (#1896) 2025-06-28 08:13:11 +02:00
visitor.rs chore: add stack overflow warning for Visitor and VisitorMut (#2068) 2025-10-16 08:37:01 +00:00