| Constructor and Description |
|---|
DimensionExpr(Dimension dimension)
Creates a dimension expression.
|
| Modifier and Type | Method and Description |
|---|---|
Calc |
accept(ExpCompiler compiler)
Converts this expression into an a tree of expressions which can be
efficiently evaluated.
|
Object |
accept(MdxVisitor visitor)
Accepts a visitor to this Exp.
|
Exp |
accept(Validator validator)
Validates this expression.
|
DimensionExpr |
clone() |
int |
getCategory()
Returns the
Category of the expression. |
Dimension |
getDimension()
Returns the dimension.
|
Type |
getType()
Returns the type of this expression.
|
String |
toString() |
cloneArray, getTypes, unparseListexplain, getChildren, unparsepublic DimensionExpr(Dimension dimension)
dimension - Dimensionpublic Dimension getDimension()
public Type getType()
Exppublic DimensionExpr clone()
public int getCategory()
ExpCategory of the expression.getCategory in interface Exppublic Exp accept(Validator validator)
Exppublic Calc accept(ExpCompiler compiler)
Exppublic Object accept(MdxVisitor visitor)
ExpMdxVisitor.visit(mondrian.olap.Query) method appropriate to the type of expression.Copyright © 2021 Hitachi Vantara. All rights reserved.