public class TypeUtil extends Object
NOTE: This class is experimental. Not part of the public olap4j API.
Constructor and Description |
---|
TypeUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
canEvaluate(Type type)
Returns whether a value of a given type can be evaluated to a scalar
value.
|
static boolean |
isSet(Type type)
Returns whether a type is a set type.
|
public static boolean canEvaluate(Type type)
The rules are as follows:
type
- Typepublic static boolean isSet(Type type)
type
- Type