|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mondrian.rolap.RolapNative mondrian.rolap.RolapNativeSet mondrian.rolap.RolapNativeTopCount
public class RolapNativeTopCount
Computes a TopCount in SQL.
Nested Class Summary | |
---|---|
(package private) static class |
RolapNativeTopCount.TopCountConstraint
|
Nested classes/interfaces inherited from class mondrian.rolap.RolapNativeSet |
---|
RolapNativeSet.CrossJoinArg, RolapNativeSet.DescendantsCrossJoinArg, RolapNativeSet.MemberListCrossJoinArg, RolapNativeSet.SchemaReaderWithMemberReaderAvailable, RolapNativeSet.SetConstraint, RolapNativeSet.SetEvaluator |
Nested classes/interfaces inherited from class mondrian.rolap.RolapNative |
---|
RolapNative.Listener, RolapNative.NativeEvent, RolapNative.TupleEvent |
Field Summary |
---|
Fields inherited from class mondrian.rolap.RolapNativeSet |
---|
LOGGER |
Fields inherited from class mondrian.rolap.RolapNative |
---|
listener |
Constructor Summary | |
---|---|
RolapNativeTopCount()
|
Method Summary | |
---|---|
(package private) NativeEvaluator |
createEvaluator(RolapEvaluator evaluator,
FunDef fun,
Exp[] args)
If function can be implemented in SQL, returns a NativeEvaluator that computes the result; otherwise returns null. |
protected boolean |
restrictMemberTypes()
Returns whether certain member types(e.g. |
Methods inherited from class mondrian.rolap.RolapNativeSet |
---|
checkCrossJoin, checkCrossJoinArg, checkDescendants, checkEnumeration, checkLevelMembers, checkMemberChildren, isPreferInterpreter, isSimpleLevel, overrideContext, useHardCache |
Methods inherited from class mondrian.rolap.RolapNative |
---|
getListener, isEnabled, setEnabled, setListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RolapNativeTopCount()
Method Detail |
---|
protected boolean restrictMemberTypes()
RolapNativeSet
If true, expressions containing calculated members will be evaluated by the interpreter, instead of using SQL. If false, calc members will be ignored and the computation will be done in SQL, returning more members than requested.
restrictMemberTypes
in class RolapNativeSet
NativeEvaluator createEvaluator(RolapEvaluator evaluator, FunDef fun, Exp[] args)
RolapNative
createEvaluator
in class RolapNative
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |