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
ConstructorDescriptionDrillThroughCellRequest
(RolapStar.Measure measure, boolean extendedContext, List<OlapElement> nonApplicableFields) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addDrillThroughMeasure
(RolapStar.Measure measure) boolean
includeInSelect
(RolapStar.Column column) boolean
includeInSelect
(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
-