Package org.olap4j.transform

Provides services to transform MDX parse trees (experimental).

See:
          Description

Interface Summary
MdxQueryTransform MDX Query Transformation
 

Class Summary
AxisTransform Abstract representation of an MDX query transform acting on a single query axis (e.g.
DrillDownOnPositionTransform Drill down on position transform TODO: transform to be completed, not working for now.
DrillReplaceTransform Drill replace transformation
Quax Representation of member expressions on a query axis, derived from CellSetAxis objects.
RollUpLevelTransform Roll-up level transformation
StandardTransformLibrary Standard transformations library NOTE: is this really needed since transforms' ctors have the same parameters as these functions? This serves only as a place to conveniently regroup transforms in a "library".
 

Package org.olap4j.transform Description

Provides services to transform MDX parse trees (experimental).

NOTE: This package is experimental. Classes may be renamed or removed in a future release of olap4j.


SourceForge.net_Logo