Skip to content

Commit 775c258

Browse files
authored
refactor: remove the unnecessary sql converter (#72)
1 parent 914b71f commit 775c258

File tree

2 files changed

+0
-433
lines changed

2 files changed

+0
-433
lines changed

rust/lance-graph/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ pub mod query_processor;
4747
pub mod semantic;
4848
pub mod simple_executor;
4949
pub mod source_catalog;
50-
pub mod sql_converter;
5150

5251
/// Maximum allowed hops for variable-length relationship expansion (e.g., *1..N)
5352
pub const MAX_VARIABLE_LENGTH_HOPS: u32 = 20;

0 commit comments

Comments
 (0)