Skip to content

Commit c7c89bd

Browse files
committed
Add an AST visitor
1 parent 2b395e8 commit c7c89bd

File tree

2 files changed

+1142
-0
lines changed

2 files changed

+1142
-0
lines changed

src/sqlast/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ mod sql_operator;
1919
mod sqltype;
2020
mod table_key;
2121
mod value;
22+
pub mod visit;
2223

2324
pub use self::query::{
2425
Cte, Join, JoinConstraint, JoinOperator, SQLOrderByExpr, SQLQuery, SQLSelect, SQLSelectItem,

0 commit comments

Comments
 (0)