Module multi_graph

Source

Structs§

GraphStatistics
Statistics for a graph
MultiGraphConfig
Configuration for multi-graph queries
MultiGraphEdge
Represents an edge in a multi-graph context
MultiGraphProcessor
Multi-graph processor for handling multiple graphs in a single query Supports queries like: SELECT * FROM graph1.edges UNION SELECT * FROM graph2.edges
MultiGraphQueries
Utility functions for common multi-graph operations
NamedGraph
Represents a named graph with its metadata

Enums§

EdgeWeightCombination
How to combine edge weights when merging graphs