Class CypherAggregation

  • All Implemented Interfaces:
    org.neo4j.gds.compat.CompatUserAggregationFunction

    public class CypherAggregation
    extends java.lang.Object
    implements org.neo4j.gds.compat.CompatUserAggregationFunction
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.gds.compat.CompatUserAggregator create​(org.neo4j.kernel.api.procedure.Context ctx)  
      static org.neo4j.gds.compat.CompatUserAggregationFunction newInstance()  
      org.neo4j.internal.kernel.api.procs.UserFunctionSignature signature()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CypherAggregation

        public CypherAggregation()
    • Method Detail

      • newInstance

        public static org.neo4j.gds.compat.CompatUserAggregationFunction newInstance()
      • signature

        public org.neo4j.internal.kernel.api.procs.UserFunctionSignature signature()
        Specified by:
        signature in interface org.neo4j.gds.compat.CompatUserAggregationFunction
      • create

        public org.neo4j.gds.compat.CompatUserAggregator create​(org.neo4j.kernel.api.procedure.Context ctx)
                                                         throws org.neo4j.internal.kernel.api.exceptions.ProcedureException
        Specified by:
        create in interface org.neo4j.gds.compat.CompatUserAggregationFunction
        Throws:
        org.neo4j.internal.kernel.api.exceptions.ProcedureException