We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914b71f commit 775c258Copy full SHA for 775c258
rust/lance-graph/src/lib.rs
@@ -47,7 +47,6 @@ pub mod query_processor;
47
pub mod semantic;
48
pub mod simple_executor;
49
pub mod source_catalog;
50
-pub mod sql_converter;
51
52
/// Maximum allowed hops for variable-length relationship expansion (e.g., *1..N)
53
pub const MAX_VARIABLE_LENGTH_HOPS: u32 = 20;
0 commit comments