Package mondrian.rolap
Class RolapNativeSet.SetEvaluator
- java.lang.Object
-
- mondrian.rolap.RolapNativeSet.SetEvaluator
-
- All Implemented Interfaces:
NativeEvaluator
- Enclosing class:
- RolapNativeSet
protected class RolapNativeSet.SetEvaluator extends Object implements NativeEvaluator
-
-
Constructor Summary
Constructors Constructor Description SetEvaluator(CrossJoinArg[] args, SchemaReader schemaReader, TupleConstraint constraint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(ResultStyle desiredResultStyle)
protected TupleList
executeList(SqlTupleReader tr)
(package private) int
getMaxRows()
void
setCompleteWithNullValues(boolean completeWithNullValues)
(package private) void
setMaxRows(int maxRows)
-
-
-
Constructor Detail
-
SetEvaluator
public SetEvaluator(CrossJoinArg[] args, SchemaReader schemaReader, TupleConstraint constraint)
-
-
Method Detail
-
setCompleteWithNullValues
public void setCompleteWithNullValues(boolean completeWithNullValues)
-
execute
public Object execute(ResultStyle desiredResultStyle)
- Specified by:
execute
in interfaceNativeEvaluator
-
executeList
protected TupleList executeList(SqlTupleReader tr)
-
getMaxRows
int getMaxRows()
-
setMaxRows
void setMaxRows(int maxRows)
-
-