pub async fn overview(
db: &Surreal<Db>,
stats: GraphStats,
per_type: usize,
) -> Result<MemoryOverview, GraphError>Expand description
Summarise the whole graph, listing per_type entities of each type.
pub async fn overview(
db: &Surreal<Db>,
stats: GraphStats,
per_type: usize,
) -> Result<MemoryOverview, GraphError>Summarise the whole graph, listing per_type entities of each type.