Class GroupByExpression

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<GroupByExpression>

    public class GroupByExpression
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<GroupByExpression>
    Group-by operator: γ_criterion(expression)
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.expressions.GroupByExpression type.
      • CRITERION

        public static final Name CRITERION
        Name of the com.gdblab.pathAlgebra.expressions.GroupByExpression.criterion field.
      • EXPRESSION

        public static final Name EXPRESSION
        Name of the com.gdblab.pathAlgebra.expressions.GroupByExpression.expression field.