BottomTop.MethodApplyItem.Kind| Constructor and Description |
|---|
BottomTopImpl() |
| Modifier and Type | Method and Description |
|---|---|
ApplyItem.Kind |
getKind()
Gets the kind of the transformation.
|
BottomTop.Method |
getMethod()
Gets the partial-aggregation method.
|
Expression |
getNumber()
Gets the expression that determines the number of items to aggregate.
|
Expression |
getValue()
Gets the expression that determines the values to aggregate.
|
BottomTopImpl |
setMethod(BottomTop.Method method) |
BottomTopImpl |
setNumber(Expression number) |
BottomTopImpl |
setValue(Expression value) |
public ApplyItem.Kind getKind()
ApplyItempublic BottomTop.Method getMethod()
BottomTopgetMethod in interface BottomTopBottomTop.Method (but never null)public BottomTopImpl setMethod(BottomTop.Method method)
public Expression getNumber()
BottomTopgetNumber in interface BottomTopExpression (but never null)public BottomTopImpl setNumber(Expression number)
public Expression getValue()
BottomTopgetValue in interface BottomTopExpression (but never null)public BottomTopImpl setValue(Expression value)
Copyright © 2023. All rights reserved.