| Package | Description |
|---|---|
| mondrian.rolap |
Implements the data access layer for the olap package.
|
| mondrian.rolap.agg |
Manages a cache of aggregates containing cell values.
|
| mondrian.spi |
Contains the server-provider interfaces (SPIs) which user-defined
extensions to Mondrian should implement.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CellKey.Four |
static class |
CellKey.Many |
static class |
CellKey.One |
static class |
CellKey.Three |
static class |
CellKey.Two |
static class |
CellKey.Zero |
| Modifier and Type | Method and Description |
|---|---|
CellKey |
CellKey.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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SegmentDataset.exists(CellKey pos)
Returns whether there is a value at a given coordinate.
|
double |
SegmentDataset.getDouble(CellKey pos)
Returns the value at a given coordinate, as a
double. |
int |
SegmentDataset.getInt(CellKey pos)
Returns the value at a given coordinate, as an
int. |
Object |
SegmentDataset.getObject(CellKey pos)
Returns the value at a given coordinate, as an
Object. |
boolean |
SegmentDataset.isNull(CellKey pos)
Returns whether the cell at a given coordinate is null.
|
void |
SegmentDataset.populateFrom(int[] pos,
SegmentDataset data,
CellKey key) |
| Modifier and Type | Method and Description |
|---|---|
Map<CellKey,Object> |
SegmentBody.getValueMap()
Converts contents of this segment into a cellkey/value map.
|
Copyright © 2021 Hitachi Vantara. All rights reserved.