Skip to content

Commit b516313

Browse files
committed
Add an AST visitor
1 parent 1f87083 commit b516313

File tree

2 files changed

+1243
-0
lines changed

2 files changed

+1243
-0
lines changed

src/sqlast/mod.rs

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

2324
use std::ops::Deref;
2425

0 commit comments

Comments
 (0)