Uses of Class
mondrian.rolap.RolapNative
-
Packages that use RolapNative Package Description mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of RolapNative in mondrian.rolap
Subclasses of RolapNative in mondrian.rolap Modifier and Type Class Description class
RolapNativeCrossJoin
Creates aNativeEvaluator
that evaluates NON EMPTY CrossJoin in SQL.class
RolapNativeFilter
Computes a Filter(set, condition) in SQL.class
RolapNativeRegistry
Composite ofRolapNative
s.class
RolapNativeSet
Analyses set expressions and executes them in SQL if possible.class
RolapNativeTopCount
Computes a TopCount in SQL.Methods in mondrian.rolap with parameters of type RolapNative Modifier and Type Method Description void
RolapNativeRegistry. register(String funName, RolapNative rn)
-