Package org.neo4j.gds.projection
Class GraphAggregator
- java.lang.Object
-
- org.neo4j.gds.projection.GraphAggregator
-
- All Implemented Interfaces:
org.neo4j.gds.compat.CompatUserAggregator
public class GraphAggregator extends java.lang.Object implements org.neo4j.gds.compat.CompatUserAggregator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable AggregationResultbuildGraph()AggregationResultprocedureSyntax(org.neo4j.values.storable.TextValue graphName, org.neo4j.values.AnyValue sourceNode, org.neo4j.values.AnyValue targetNode, org.neo4j.values.AnyValue nodesConfig, org.neo4j.values.AnyValue relationshipConfig, org.neo4j.values.AnyValue config)org.neo4j.values.AnyValueresult()voidupdate(org.neo4j.values.AnyValue[] input)
-
-
-
Method Detail
-
procedureSyntax
public AggregationResult procedureSyntax(org.neo4j.values.storable.TextValue graphName, org.neo4j.values.AnyValue sourceNode, org.neo4j.values.AnyValue targetNode, org.neo4j.values.AnyValue nodesConfig, org.neo4j.values.AnyValue relationshipConfig, org.neo4j.values.AnyValue config)
-
update
public void update(org.neo4j.values.AnyValue[] input) throws org.neo4j.internal.kernel.api.exceptions.ProcedureException- Specified by:
updatein interfaceorg.neo4j.gds.compat.CompatUserAggregator- Throws:
org.neo4j.internal.kernel.api.exceptions.ProcedureException
-
result
public org.neo4j.values.AnyValue result() throws org.neo4j.internal.kernel.api.exceptions.ProcedureException- Specified by:
resultin interfaceorg.neo4j.gds.compat.CompatUserAggregator- Throws:
org.neo4j.internal.kernel.api.exceptions.ProcedureException
-
buildGraph
@Nullable public @Nullable AggregationResult buildGraph()
-
-