Uses of Enum Class
org.umlg.sqlg.step.SqlgGroupStep.REDUCTION
-
Uses of SqlgGroupStep.REDUCTION in org.umlg.sqlg.step
Modifier and TypeMethodDescriptionstatic SqlgGroupStep.REDUCTION
Returns the enum constant of this class with the specified name.static SqlgGroupStep.REDUCTION[]
SqlgGroupStep.REDUCTION.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSqlgGroupStep
(org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin traversal, List<String> groupBy, String aggregateOn, boolean isPropertiesStep, SqlgGroupStep.REDUCTION reduction)