Uses of Interface
org.olap4j.transform.MdxQueryTransform
Packages that use MdxQueryTransform
Package
Description
Provides services to transform MDX parse trees (experimental).
-
Uses of MdxQueryTransform in org.olap4j.transform
Classes in org.olap4j.transform that implement MdxQueryTransformModifier and TypeClassDescriptionclass
Abstract representation of an MDX query transform acting on a single query axis (e.g.class
Drill down on position transformclass
Drill replace transformationclass
Roll-up level transformationMethods in org.olap4j.transform that return MdxQueryTransformModifier and TypeMethodDescriptionstatic MdxQueryTransform
StandardTransformLibrary.createDrillDownOnPositionTransform
(Axis axis, int positionOrdinalInAxis, int memberOrdinalInPosition, CellSet cellSet) static MdxQueryTransform
StandardTransformLibrary.createDrillReplaceTransform
(Axis axis, int positionOrdinalInAxis, int memberOrdinalInPosition, CellSet cellSet) static MdxQueryTransform
StandardTransformLibrary.createRollUpLevelTransform
(Axis axis, int positionOrdinalInAxis, int memberOrdinalInPosition, CellSet cellSet)