Package | Description |
---|---|
mondrian.olap |
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
|
mondrian.olap.fun |
Defines the set of MDX built-in functions.
|
mondrian.rolap |
Implements the data access layer for the olap package.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cube
Cube.
|
interface |
Dimension
A
Dimension represents a dimension of a cube. |
interface |
Hierarchy
A
Hierarchy is a set of members, organized into levels. |
interface |
Level
|
interface |
Member
A
Member is a 'point' on a dimension of a cube. |
interface |
NamedSet
A named set of members or tuples.
|
interface |
Schema
A
Schema is a collection of cubes, shared dimensions, and roles. |
Modifier and Type | Class and Description |
---|---|
class |
CubeBase
CubeBase is an abstract implementation of Cube . |
class |
DimensionBase
Abstract implementation for a
Dimension . |
class |
HierarchyBase
Skeleton implementation for
Hierarchy . |
class |
LevelBase
Skeleton implementation of
Level . |
class |
MemberBase
MemberBase is a partial implementation of Member . |
static class |
Query.ScopedNamedSet |
class |
SetBase
Skeleton implementation of
NamedSet interface. |
Modifier and Type | Class and Description |
---|---|
static class |
VisualTotalsFunDef.VisualTotalMember
Calculated member for
VisualTotals function. |
Modifier and Type | Interface and Description |
---|---|
interface |
RolapMeasure
Interface implemented by all measures (both stored and calculated).
|
interface |
RolapMember
A
RolapMember is a member of a RolapHierarchy . |
interface |
RolapMemberInCube
Extension to
RolapMember that knows the current cube. |
interface |
RolapStoredMeasure
A measure which is implemented by a SQL column or SQL expression (as opposed
to a
RolapCalculatedMember . |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingRolapMember
Implementation of
RolapMember that delegates all calls
to an underlying member. |
class |
RolapBaseCubeMeasure
Measure which is computed from a SQL column (or expression) and which is
defined in a non-virtual cube.
|
class |
RolapCalculatedMember
A
RolapCalculatedMember is a member based upon a
Formula . |
class |
RolapCube
RolapCube implements Cube for a ROLAP database. |
class |
RolapCubeDimension
RolapCubeDimension wraps a RolapDimension for a specific Cube.
|
class |
RolapCubeHierarchy
Hierarchy that is associated with a specific Cube.
|
class |
RolapCubeLevel
RolapCubeLevel wraps a RolapLevel for a specific Cube.
|
class |
RolapCubeMember
RolapCubeMember wraps RolapMembers and binds them to a specific cube.
|
class |
RolapHierarchy
RolapHierarchy implements Hierarchy for a ROLAP database. |
static class |
RolapHierarchy.LimitedRollupMember
Substitute for a member in a hierarchy whose rollup policy is 'partial'
or 'hidden'.
|
protected class |
RolapHierarchy.RolapCalculatedMeasure
Calculated member which is also a measure (that is, a member of the
[Measures] dimension).
|
class |
RolapLevel
RolapLevel implements Level for a ROLAP database. |
class |
RolapMemberBase
Basic implementation of a member in a
RolapHierarchy . |
class |
RolapResult.CompoundSlicerRolapMember
Member which holds the AggregateCalc used when evaluating
a compound slicer.
|
class |
RolapSchema
|
class |
RolapVirtualCubeMeasure
Measure which is defined in a virtual cube, and based on a stored measure
in one of the virtual cube's base cubes.
|
Copyright © 2019 Hitachi Vantara. All rights reserved.