Package org.olap4j.transform
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.
-
Interface Summary Interface Description MdxQueryTransform MDX Query Transformation -
Class Summary Class Description AxisTransform Abstract representation of an MDX query transform acting on a single query axis (e.g.DrillDownOnPositionTransform Drill down on position transformDrillReplaceTransform Drill replace transformationQuax Representation of member expressions on a query axis, derived from CellSetAxis objects.RollUpLevelTransform Roll-up level transformationStandardTransformLibrary 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".