public class TopCountNativeEvaluatorTest extends FoodMartTestCase
TOPCOUNT
function.RolapNativeTopCount.createEvaluator(RolapEvaluator, FunDef, Exp[])
propSaver
Constructor and Description |
---|
TopCountNativeEvaluatorTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testNonNative_WhenContextIsInvalid() |
void |
testNonNative_WhenExplicitlyDisabled() |
void |
testNonNative_WhenTwoParametersArePassed()
For now, prohibit native evaluation of the function if has two
parameters.
|
allMember, assertAxisReturns, assertAxisThrows, assertBooleanExprReturns, assertExprReturns, assertExprThrows, assertQueriesReturnSimilarResults, assertQueryReturns, assertQueryThrows, assertSize, cubeByName, execute, executeExpr, executeQuery, executeSingletonAxis, genderMembersIncludingAll, getConnection, getDimensionWithName, getTestContext, isDefaultNullMemberRepresentation, isGroupingSetsSupported, member, productMembersPotScrubbersPotsAndPans, storeMembersCAAndOR, storeMembersUsaAndCanada, tearDown, verifySameNativeAndNot, warehouseMembersCanadaMexicoUsa
public void testNonNative_WhenExplicitlyDisabled() throws Exception
Exception
public void testNonNative_WhenContextIsInvalid() throws Exception
Exception
public void testNonNative_WhenTwoParametersArePassed() throws Exception
HEAD
function.
However, native evaluation joins data with the fact table and if there
is no data there, then some records are ignored, what is not correct.Exception