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.
|
Modifier and Type | Field and Description |
---|---|
protected Axis[] |
ResultBase.axes |
protected Axis |
ResultBase.slicerAxis |
Modifier and Type | Method and Description |
---|---|
Axis[] |
ResultBase.getAxes() |
Axis[] |
Result.getAxes()
Returns the non-slicer axes.
|
Axis |
ResultBase.getSlicerAxis() |
Axis |
Result.getSlicerAxis()
Returns the slicer axis.
|
Constructor and Description |
---|
ResultBase(Execution execution,
Axis[] axes) |
Modifier and Type | Class and Description |
---|---|
class |
RolapAxis
Implementation of the Axis interface.
|
Modifier and Type | Method and Description |
---|---|
Axis[] |
RolapResult.getAxes() |
Modifier and Type | Method and Description |
---|---|
static Modulos |
Modulos.Generator.create(Axis[] axes) |
static Modulos |
Modulos.Generator.createMany(Axis[] axes) |
static String |
RolapAxis.toString(Axis axis) |
Constructor and Description |
---|
Base(Axis[] axes) |
Copyright © 2020 Hitachi Vantara. All rights reserved.