Uses of Class
oracle.pgx.config.Aggregate
-
Packages that use Aggregate Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of Aggregate in oracle.pgx.config
Methods in oracle.pgx.config that return Aggregate Modifier and Type Method Description AggregateGraphPropertyConfig. getAggregate()[currently unsupported] which aggregation function to use, aggregation always happens by vertex keystatic AggregateAggregate. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Aggregate[]Aggregate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.config with parameters of type Aggregate Modifier and Type Method Description GraphPropertyConfigBuilderGraphPropertyConfigBuilder. setAggregate(Aggregate aggregate)[currently unsupported] which aggregation function to use, aggregation always happens by vertex key
-