public abstract class PdxGroupByTestImpl extends java.lang.Object implements GroupByTestInterface
Constructor and Description |
---|
PdxGroupByTestImpl() |
Modifier and Type | Method and Description |
---|---|
abstract Region |
createRegion(java.lang.String regionName,
java.lang.Class constraint) |
void |
setUp() |
void |
tearDown() |
void |
testAggregateFuncAvg() |
void |
testAggregateFuncAvgDistinct() |
void |
testAggregateFuncCountDistinctStar_1() |
void |
testAggregateFuncCountDistinctStar_2() |
void |
testAggregateFuncCountStar() |
void |
testAggregateFuncMax() |
void |
testAggregateFuncMin() |
void |
testAggregateFuncNoGroupBy() |
void |
testAggregateFuncSum() |
void |
testAggregateFuncSumDistinct() |
void |
testAggregateFuncWithOrderBy() |
void |
testCompactRangeIndex() |
void |
testComplexValueAggregateFuncAvgDistinct() |
void |
testConvertibleGroupByQuery_1() |
void |
testConvertibleGroupByQuery_refer_column_alias_Bug520141() |
void |
testConvertibleGroupByQuery_refer_column() |
void |
testDistinctCountWithoutGroupBy() |
void |
testLimitWithGroupBy() |
void |
testSumWithMultiColumnGroupBy() |
public abstract Region createRegion(java.lang.String regionName, java.lang.Class constraint)
public void testConvertibleGroupByQuery_1() throws java.lang.Exception
testConvertibleGroupByQuery_1
in interface GroupByTestInterface
java.lang.Exception
public void testConvertibleGroupByQuery_refer_column() throws java.lang.Exception
testConvertibleGroupByQuery_refer_column
in interface GroupByTestInterface
java.lang.Exception
public void testConvertibleGroupByQuery_refer_column_alias_Bug520141() throws java.lang.Exception
testConvertibleGroupByQuery_refer_column_alias_Bug520141
in interface GroupByTestInterface
java.lang.Exception
public void testAggregateFuncCountStar() throws java.lang.Exception
testAggregateFuncCountStar
in interface GroupByTestInterface
java.lang.Exception
public void testAggregateFuncCountDistinctStar_1() throws java.lang.Exception
testAggregateFuncCountDistinctStar_1
in interface GroupByTestInterface
java.lang.Exception
public void testAggregateFuncCountDistinctStar_2() throws java.lang.Exception
testAggregateFuncCountDistinctStar_2
in interface GroupByTestInterface
java.lang.Exception
public void testAggregateFuncSum() throws java.lang.Exception
testAggregateFuncSum
in interface GroupByTestInterface
java.lang.Exception
public void testAggregateFuncSumDistinct() throws java.lang.Exception
testAggregateFuncSumDistinct
in interface GroupByTestInterface
java.lang.Exception
public void testAggregateFuncNoGroupBy() throws java.lang.Exception
testAggregateFuncNoGroupBy
in interface GroupByTestInterface
java.lang.Exception
public void testAggregateFuncAvg() throws java.lang.Exception
testAggregateFuncAvg
in interface GroupByTestInterface
java.lang.Exception
public void testAggregateFuncAvgDistinct() throws java.lang.Exception
testAggregateFuncAvgDistinct
in interface GroupByTestInterface
java.lang.Exception
public void testAggregateFuncWithOrderBy() throws java.lang.Exception
testAggregateFuncWithOrderBy
in interface GroupByTestInterface
java.lang.Exception
public void testComplexValueAggregateFuncAvgDistinct() throws java.lang.Exception
testComplexValueAggregateFuncAvgDistinct
in interface GroupByTestInterface
java.lang.Exception
public void testAggregateFuncMax() throws java.lang.Exception
testAggregateFuncMax
in interface GroupByTestInterface
java.lang.Exception
public void testSumWithMultiColumnGroupBy() throws java.lang.Exception
testSumWithMultiColumnGroupBy
in interface GroupByTestInterface
java.lang.Exception
public void testAggregateFuncMin() throws java.lang.Exception
testAggregateFuncMin
in interface GroupByTestInterface
java.lang.Exception
public void testCompactRangeIndex() throws java.lang.Exception
testCompactRangeIndex
in interface GroupByTestInterface
java.lang.Exception
public void testDistinctCountWithoutGroupBy() throws java.lang.Exception
testDistinctCountWithoutGroupBy
in interface GroupByTestInterface
java.lang.Exception
public void testLimitWithGroupBy() throws java.lang.Exception
testLimitWithGroupBy
in interface GroupByTestInterface
java.lang.Exception
public void setUp() throws java.lang.Exception
java.lang.Exception
public void tearDown() throws java.lang.Exception
java.lang.Exception