Package org.neo4j.gds.projection
Interface CypherAggregation.AggregationResult
-
- Enclosing class:
- CypherAggregation
@Configuration public static interface CypherAggregation.AggregationResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgraphName()longnodeCount()longprojectMillis()longrelationshipCount()java.util.Map<java.lang.String,java.lang.Object>toMap()
-