Constructor and Description |
---|
NamedSetExpr(NamedSet namedSet)
Creates a usage of a named set.
|
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.
|
NamedSetExpr |
clone() |
int |
getCategory()
Returns the
Category of the expression. |
Evaluator.NamedSetEvaluator |
getEval(Evaluator evaluator) |
NamedSet |
getNamedSet()
Returns the named set.
|
Type |
getType()
Returns the type of this expression.
|
String |
toString() |
cloneArray, getTypes, unparseList
explain, getChildren, unparse
public NamedSetExpr(NamedSet namedSet)
namedSet
- namedSetpublic NamedSet getNamedSet()
public NamedSetExpr clone()
public int getCategory()
Exp
Category
of the expression.getCategory
in interface Exp
public Exp accept(Validator validator)
Exp
public Calc accept(ExpCompiler compiler)
Exp
public Evaluator.NamedSetEvaluator getEval(Evaluator evaluator)
public Object accept(MdxVisitor visitor)
Exp
MdxVisitor.visit(mondrian.olap.Query)
method appropriate to the type of expression.Copyright © 2018 Hitachi Vantara. All rights reserved.