Uses of Interface
mondrian.rolap.CellKey
Package
Description
Implements the data access layer for the olap package.
Manages a cache of aggregates containing cell values.
Contains the server-provider interfaces (SPIs) which user-defined
extensions to Mondrian should implement.
-
Uses of CellKey in mondrian.rolap
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
Modifier and TypeMethodDescriptionCellKey.copy()
Returns a mutable copy of this CellKey.static CellKey
CellKey.Generator.newCellKey
(int size) Creates a CellKey with a given number of axes.static CellKey
CellKey.Generator.newCellKey
(int[] pos) Creates a CellKey populated with the given coordinates. -
Uses of CellKey in mondrian.rolap.agg
Modifier and TypeMethodDescriptionboolean
Returns whether there is a value at a given coordinate.double
Returns the value at a given coordinate, as adouble
.int
Returns the value at a given coordinate, as anint
.Returns the value at a given coordinate, as anObject
.boolean
Returns whether the cell at a given coordinate is null.void
SegmentDataset.populateFrom
(int[] pos, SegmentDataset data, CellKey key) -
Uses of CellKey in mondrian.spi
Modifier and TypeMethodDescriptionSegmentBody.getValueMap()
Converts contents of this segment into a cellkey/value map.