Package mondrian.rolap.agg
Class DrillThroughCellRequest
java.lang.Object
mondrian.rolap.agg.CellRequest
mondrian.rolap.agg.DrillThroughCellRequest
Subclass of
CellRequest that allows to specify
which columns and measures to return as part of the ResultSet
which we return to the client.-
Field Summary
Fields inherited from class mondrian.rolap.agg.CellRequest
drillThrough, extendedContext -
Constructor Summary
ConstructorsConstructorDescriptionDrillThroughCellRequest(RolapStar.Measure measure, boolean extendedContext, List<OlapElement> nonApplicableFields) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddDrillThroughMeasure(RolapStar.Measure measure) booleanincludeInSelect(RolapStar.Column column) booleanincludeInSelect(RolapStar.Measure measure) Methods inherited from class mondrian.rolap.agg.CellRequest
addAggregateList, addConstrainedColumn, addPredicateString, getCompoundPredicateStrings, getConstrainedColumns, getConstrainedColumnsBitKey, getMappedCellValues, getMeasure, getNumValues, getSingleValues, getValueAt, isUnsatisfiable
-
Constructor Details
-
DrillThroughCellRequest
public DrillThroughCellRequest(RolapStar.Measure measure, boolean extendedContext, List<OlapElement> nonApplicableFields)
-
-
Method Details
-
addDrillThroughColumn
-
includeInSelect
-
addDrillThroughMeasure
-
includeInSelect
-
getDrillThroughMeasures
-
getNonApplicableMembers
-