Class AggregateExpression
java.lang.Object
com.blazebit.persistence.parser.expression.AbstractExpression
com.blazebit.persistence.parser.expression.FunctionExpression
com.blazebit.persistence.parser.expression.AggregateExpression
- All Implemented Interfaces:
Expression
- Since:
- 1.0.0
- Author:
- Christian Beikov, Moritz Becker
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.blazebit.persistence.parser.expression.Expression
Expression.ResultVisitor<T>, Expression.Visitor -
Field Summary
Fields inherited from class com.blazebit.persistence.parser.expression.FunctionExpression
expressions, functionName, realArgument, resolvedWindowDefinition, windowDefinition, withinGroup -
Constructor Summary
ConstructorsConstructorDescriptionAggregateExpression(boolean distinct, String functionName, List<Expression> expressions) AggregateExpression(boolean distinct, String functionName, List<Expression> expressions, List<OrderByItem> withinGroup, Predicate filterPredicate) -
Method Summary
Modifier and TypeMethodDescriptioncopy(ExpressionCopyContext copyContext) booleanvoidsetDistinct(boolean distinct) Methods inherited from class com.blazebit.persistence.parser.expression.FunctionExpression
accept, accept, equals, getExpressions, getFunctionName, getRealArgument, getResolvedWindowDefinition, getWindowDefinition, getWithinGroup, hashCode, setExpressions, setResolvedWindowDefinition, setWithinGroupMethods inherited from class com.blazebit.persistence.parser.expression.AbstractExpression
toString
-
Constructor Details
-
AggregateExpression
-
AggregateExpression
public AggregateExpression(boolean distinct, String functionName, List<Expression> expressions, List<OrderByItem> withinGroup, Predicate filterPredicate)
-
-
Method Details
-
copy
- Specified by:
copyin interfaceExpression- Overrides:
copyin classFunctionExpression- Returns:
-
isDistinct
public boolean isDistinct() -
setDistinct
public void setDistinct(boolean distinct)
-