Uses of Enum Class
org.umlg.sqlg.step.SqlgGroupStep.REDUCTION
Packages that use SqlgGroupStep.REDUCTION
-
Uses of SqlgGroupStep.REDUCTION in org.umlg.sqlg.step
Methods in org.umlg.sqlg.step that return SqlgGroupStep.REDUCTIONModifier 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.Constructors in org.umlg.sqlg.step with parameters of type SqlgGroupStep.REDUCTIONModifierConstructorDescriptionSqlgGroupStep
(org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin traversal, List<String> groupBy, String aggregateOn, boolean isPropertiesStep, SqlgGroupStep.REDUCTION reduction)