datafusion-sqlparse/src/ast
xitep 2b8e99c665
Some checks failed
license / Release Audit Tool (RAT) (push) Has been cancelled
Rust / codestyle (push) Has been cancelled
Rust / lint (push) Has been cancelled
Rust / benchmark-lint (push) Has been cancelled
Rust / compile (push) Has been cancelled
Rust / docs (push) Has been cancelled
Rust / compile-no-std (push) Has been cancelled
Rust / test (beta) (push) Has been cancelled
Rust / test (nightly) (push) Has been cancelled
Rust / test (stable) (push) Has been cancelled
impl Spanned for MERGE statements (#2100)
2025-11-22 14:55:08 +00: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 Add PostgreSQL Operator DDL Support (#2096) 2025-11-19 14:19:39 +00:00
dml.rs Include DML keyword in statement span (#2090) 2025-11-13 09:27:58 +00:00
mod.rs impl Spanned for MERGE statements (#2100) 2025-11-22 14:55:08 +00:00
operator.rs Make BitwiseNot ("~") available for all dialects, not just PostgreSQL (#2081) 2025-10-30 11:57:25 +00:00
query.rs Add support for INSERT INTO VALUE (#2085) 2025-11-11 08:10:42 +00:00
spans.rs impl Spanned for MERGE statements (#2100) 2025-11-22 14:55:08 +00: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