Package | Description |
---|---|
mondrian.olap |
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
|
mondrian.rolap |
Implements the data access layer for the olap package.
|
mondrian.rolap.format | |
mondrian.spi.impl |
Provides implementations of SPIs defined in the
mondrian.spi package. |
Modifier and Type | Interface and Description |
---|---|
interface |
CellFormatter
Deprecated.
Use
CellFormatter . This interface
exists for temporary backwards compatibility and will be removed
in mondrian-4.0. |
Modifier and Type | Method and Description |
---|---|
void |
RolapBaseCubeMeasure.setFormatter(CellFormatter cellFormatter) |
Modifier and Type | Method and Description |
---|---|
CellFormatter |
FormatterFactory.createCellFormatter(FormatterCreateContext context)
Given the name of a cell formatter class and/or a cell formatter script,
returns a cell formatter.
|
Modifier and Type | Method and Description |
---|---|
static CellFormatter |
Scripts.cellFormatter(String scriptText,
String scriptLanguage)
Creates an implementation of the
CellFormatter SPI based on
a script. |
Copyright © 2020 Hitachi Vantara. All rights reserved.