Uses of Interface
mondrian.rolap.CellKey
Packages that use 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
Classes in mondrian.rolap that implement CellKeyModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
Methods in mondrian.rolap that return CellKeyModifier 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
Methods in mondrian.rolap.agg with parameters of type CellKeyModifier 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
Methods in mondrian.spi that return types with arguments of type CellKeyModifier and TypeMethodDescriptionSegmentBody.getValueMap()
Converts contents of this segment into a cellkey/value map.