We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a17e2 commit 40dfb0fCopy full SHA for 40dfb0f
2 files changed
crates/lance-graph/src/datafusion_planner/mod.rs
@@ -34,7 +34,6 @@ use crate::error::Result;
34
use crate::logical_plan::LogicalOperator;
35
use datafusion::logical_expr::LogicalPlan;
36
use lance_graph_catalog::GraphSourceCatalog;
37
-use std::collections::HashMap;
38
39
use std::sync::Arc;
40
crates/lance-graph/src/lib.rs
@@ -43,7 +43,6 @@ pub mod error;
43
pub mod lance_native_planner;
44
pub mod lance_vector_search;
45
pub mod logical_plan;
46
-pub mod namespace;
47
pub mod parameter_substitution;
48
pub mod parser;
49
pub mod query;
0 commit comments