MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / transform_graph_operations

Method transform_graph_operations

graphlite/src/plan/optimizer.rs:753–757  ·  view source on GitHub ↗

Transform graph traversal patterns to use graph indexes

(&self, plan: LogicalPlan)

Source from the content-addressed store, hash-verified

751
752 /// Transform graph traversal patterns to use graph indexes
753 fn transform_graph_operations(&self, plan: LogicalPlan) -> Result<LogicalPlan, PlanningError> {
754 // Look for path patterns, neighbor queries, etc.
755 // Convert to GraphIndexScan operations
756 Ok(plan)
757 }
758
759 /// Transform selective filters to index scans
760 fn transform_selective_filters(&self, plan: LogicalPlan) -> Result<LogicalPlan, PlanningError> {

Callers 1

apply_index_rulesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected