Package mondrian.rolap
Class RolapNativeSql.MemberSqlCompiler
- java.lang.Object
-
- mondrian.rolap.RolapNativeSql.MemberSqlCompiler
-
- All Implemented Interfaces:
RolapNativeSql.SqlCompiler
- Direct Known Subclasses:
RolapNativeSql.CalculatedMemberSqlCompiler
,RolapNativeSql.StoredMeasureSqlCompiler
- Enclosing class:
- RolapNativeSql
abstract class RolapNativeSql.MemberSqlCompiler extends Object implements RolapNativeSql.SqlCompiler
Base class to remove MemberScalarExp.
-
-
Constructor Summary
Constructors Constructor Description MemberSqlCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Exp
unwind(Exp exp)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface mondrian.rolap.RolapNativeSql.SqlCompiler
compile
-
-