org.olap4j.type
public class SymbolType extends ScalarType
Symbols are identifiers which occur in particular function calls, generally to indicate an option for how the function should be executed. They are similar to an enumerated type in other languages.
For example, the optional 3rd argument to the Order
function
can be one of the symbols ASC
, DESC
,
BASC
, BDESC
. The signature of the
Order
function is therefore
Order(<Set>, <Scalar expression> [, <Symbol>])
and
Order([Store].Members, [Measures].[Unit Sales], BDESC)
would be a valid call to the function.Constructor and Description |
---|
SymbolType()
Creates a symbol type.
|
getDimension, getHierarchy, getLevel, usesDimension
public SymbolType()