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 classBooleanTypeThe type of a boolean expression.classDateTimeTypeThe type of an expression representing a date, time or timestamp.classDecimalTypeSubclass ofNumericTypewhich guarantees fixed number of decimal places.classEmptyTypeThe type of a empty expression.classNullTypeThe type of a null expression.classNumericTypeThe type of a numeric expression.classStringTypeThe type of a string expression.classSymbolTypeThe type of a symbolic expression.
-