Skip to content

Commit 2a85b4d

Browse files
committed
Add an AST visitor
1 parent 1998910 commit 2a85b4d

File tree

2 files changed

+1401
-0
lines changed

2 files changed

+1401
-0
lines changed

src/sqlast/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ mod query;
1717
mod sql_operator;
1818
mod sqltype;
1919
mod value;
20+
pub mod visit;
2021

2122
use std::ops::Deref;
2223

0 commit comments

Comments
 (0)