public class Aggregation extends UnaryOperator
Modifier and Type | Class and Description |
---|---|
static class |
Aggregation.GroupElement |
static class |
Aggregation.GroupType |
Constructor and Description |
---|
Aggregation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsTo(Expr expr)
This method only compares this Expr contents with those of another Expr.
|
Aggregation.GroupElement[] |
getGroupSet() |
NamedExpr[] |
getTargets() |
int |
hashCode() |
boolean |
isEmptyGrouping() |
void |
setGroups(Aggregation.GroupElement[] groups) |
void |
setTargets(NamedExpr[] namedExprs) |
getChild, hasChild, setChild
public NamedExpr[] getTargets()
public void setTargets(NamedExpr[] namedExprs)
public void setGroups(Aggregation.GroupElement[] groups)
public boolean isEmptyGrouping()
public Aggregation.GroupElement[] getGroupSet()
public int hashCode()
hashCode
in class UnaryOperator
public boolean equalsTo(Expr expr)
Expr
expr
- The Expr instance to be compared.Copyright © 2014 Apache Software Foundation. All Rights Reserved.