Interface CypherAggregation.GraphProjectFromCypherAggregationConfig

  • All Superinterfaces:
    org.neo4j.gds.config.BaseConfig, org.neo4j.gds.config.GraphProjectConfig, org.neo4j.gds.config.JobIdConfig, org.neo4j.gds.config.ToMapConvertible
    Enclosing class:
    CypherAggregation

    @Configuration
    public static interface CypherAggregation.GraphProjectFromCypherAggregationConfig
    extends org.neo4j.gds.config.GraphProjectConfig
    • Method Detail

      • orientation

        @Default
        @Ignore
        default org.neo4j.gds.Orientation orientation()
      • aggregation

        @Default
        @Ignore
        default org.neo4j.gds.core.Aggregation aggregation()
      • graphStoreFactory

        @Ignore
        default org.neo4j.gds.api.GraphStoreFactory.Supplier graphStoreFactory()
        Specified by:
        graphStoreFactory in interface org.neo4j.gds.config.GraphProjectConfig
      • outputFieldDenylist

        @Derived
        @Ignore
        default java.util.Set<java.lang.String> outputFieldDenylist()
      • accept

        @Ignore
        default <R> R accept​(org.neo4j.gds.config.GraphProjectConfig.Cases<R> cases)
        Specified by:
        accept in interface org.neo4j.gds.config.GraphProjectConfig