Skip to content

Commit ee49af3

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

File tree

2 files changed

+1285
-0
lines changed

2 files changed

+1285
-0
lines changed

src/sqlast/mod.rs

Lines changed: 1 addition & 0 deletions
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)