public class GroupByExprViewItem<T,K> extends AccumulateExprViewItem<T>
| Constructor and Description |
|---|
GroupByExprViewItem(ViewItem<T> expr,
Variable[] vars,
Variable<K> varKey,
FunctionN groupingFunction,
AccumulateFunction[] accumulateFunctions) |
| Modifier and Type | Method and Description |
|---|---|
FunctionN |
getGroupingFunction() |
Condition.Type |
getType() |
Variable<K> |
getVarKey() |
Variable[] |
getVars() |
getAccumulateFunctions, getExpr, getVariablesgetExprId, getFirstVariable, getReactivitySpecs, getWatchedProps, isQueryExpression, reactOn, setQueryExpression, watchpublic Condition.Type getType()
getType in interface ExprViewItem<T>getType in class AccumulateExprViewItem<T>public Variable[] getVars()
public FunctionN getGroupingFunction()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.