Uses of Class
mondrian.olap.type.ScalarType
-
Packages that use ScalarType Package Description mondrian.olap.type Type system for MDX expessions. -
-
Uses of ScalarType in mondrian.olap.type
Subclasses of ScalarType in mondrian.olap.type Modifier and Type Class Description class
BooleanType
The type of a boolean expression.class
DateTimeType
The type of an expression representing a date, time or timestamp.class
DecimalType
Subclass ofNumericType
which guarantees fixed number of decimal places.class
EmptyType
The type of a empty expression.class
NullType
The type of a null expression.class
NumericType
The type of a numeric expression.class
StringType
The type of a string expression.class
SymbolType
The type of a symbolic expression.
-