datafusion-sqlparse/src/ast
Luca Cappelletti 367aa6e8d0
Some checks are pending
license / Release Audit Tool (RAT) (push) Waiting to run
Rust / lint (push) Waiting to run
Rust / benchmark-lint (push) Waiting to run
Rust / compile (push) Waiting to run
Rust / docs (push) Waiting to run
Rust / codestyle (push) Waiting to run
Rust / compile-no-std (push) Waiting to run
Rust / test (beta) (push) Waiting to run
Rust / test (nightly) (push) Waiting to run
Rust / test (stable) (push) Waiting to run
Added support for DROP OPERATOR CLASS syntax (#2109)
2025-12-01 15:09:52 +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 Added support for DROP OPERATOR CLASS syntax (#2109) 2025-12-01 15:09:52 +00:00
dml.rs Include DML keyword in statement span (#2090) 2025-11-13 09:27:58 +00:00
mod.rs Added support for DROP OPERATOR CLASS syntax (#2109) 2025-12-01 15:09:52 +00: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 DROP OPERATOR CLASS syntax (#2109) 2025-12-01 15:09:52 +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