Package org.neo4j.gds.projection
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCypherAggregation.GraphProjectFromCypherAggregationConfig.Cases<R>static interfaceCypherAggregation.GraphProjectFromCypherAggregationConfig.Visitor
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default <R> Raccept(org.neo4j.gds.config.GraphProjectConfig.Cases<R> cases)default org.neo4j.gds.core.Aggregationaggregation()default org.neo4j.gds.api.GraphStoreFactory.SuppliergraphStoreFactory()static CypherAggregation.GraphProjectFromCypherAggregationConfigof(java.lang.String userName, java.lang.String graphName)default org.neo4j.gds.Orientationorientation()default java.util.Set<java.lang.String>outputFieldDenylist()-
Methods inherited from interface org.neo4j.gds.config.BaseConfig
configKeys, sudo, toMap, usernameOverride
-
-
-
-
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:
graphStoreFactoryin interfaceorg.neo4j.gds.config.GraphProjectConfig
-
outputFieldDenylist
@Derived @Ignore default java.util.Set<java.lang.String> outputFieldDenylist()
-
of
static CypherAggregation.GraphProjectFromCypherAggregationConfig of(java.lang.String userName, java.lang.String graphName)
-
accept
@Ignore default <R> R accept(org.neo4j.gds.config.GraphProjectConfig.Cases<R> cases)
- Specified by:
acceptin interfaceorg.neo4j.gds.config.GraphProjectConfig
-
-