Uses of Enum Class
org.olap4j.query.LimitFunction
Packages that use LimitFunction
Package
Description
Provides an object model for building OLAP queries programmatically (experimental).
-
Uses of LimitFunction in org.olap4j.query
Methods in org.olap4j.query that return LimitFunctionModifier and TypeMethodDescriptionQueryAxis.getLimitFunction()
static LimitFunction
Returns the enum constant of this class with the specified name.static LimitFunction[]
LimitFunction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.olap4j.query with parameters of type LimitFunctionModifier and TypeMethodDescriptionvoid
QueryAxis.limit
(LimitFunction function, BigDecimal n, String limitSortLiteral) Limit the axis set to a specified number of items depending on the limitSortLiteral andLimitFunction
.