Interface BottomTop
- All Superinterfaces:
ApplyItem
Represents a transformation with one of the pre-defined methods
bottomcount
, bottompercent
, bottomsum
,
topcount
, toppercent
, topsum
.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Pre-defined method for partial aggregration.Nested classes/interfaces inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem
ApplyItem.Kind
-
Method Summary
Modifier and TypeMethodDescriptionGets the partial-aggregation method.Gets the expression that determines the number of items to aggregate.getValue()
Gets the expression that determines the values to aggregate.
-
Method Details
-
getMethod
BottomTop.Method getMethod()Gets the partial-aggregation method.- Returns:
- a
BottomTop.Method
(but nevernull
)
-
getNumber
Expression getNumber()Gets the expression that determines the number of items to aggregate.- Returns:
- an
Expression
(but nevernull
)
-
getValue
Expression getValue()Gets the expression that determines the values to aggregate.- Returns:
- an
Expression
(but nevernull
)
-