Package org.neo4j.gds.compat
Interface CompatUserAggregator
-
public interface CompatUserAggregator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.neo4j.values.AnyValueresult()voidupdate(org.neo4j.values.AnyValue[] input)
-
-
-
Method Detail
-
update
void update(org.neo4j.values.AnyValue[] input) throws org.neo4j.internal.kernel.api.exceptions.ProcedureException- Throws:
org.neo4j.internal.kernel.api.exceptions.ProcedureException
-
result
org.neo4j.values.AnyValue result() throws org.neo4j.internal.kernel.api.exceptions.ProcedureException- Throws:
org.neo4j.internal.kernel.api.exceptions.ProcedureException
-
-