org.olap4j.transform
public interface MdxQueryTransform
General interface for transforming an MDX query to another one, according to behavior and parameters encapsulated in implementing classes
Modifier and Type | Method and Description |
---|---|
SelectNode |
apply(SelectNode sn) |
String |
getDescription() |
String |
getName() |
String getDescription()
SelectNode apply(SelectNode sn)