public abstract class GroupByTestImpl extends java.lang.Object implements GroupByTestInterface
| Constructor and Description |
|---|
GroupByTestImpl() |
| 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 GroupByTestInterfacejava.lang.Exceptionpublic void testConvertibleGroupByQuery_refer_column()
throws java.lang.Exception
testConvertibleGroupByQuery_refer_column in interface GroupByTestInterfacejava.lang.Exceptionpublic void testConvertibleGroupByQuery_refer_column_alias_Bug520141()
throws java.lang.Exception
testConvertibleGroupByQuery_refer_column_alias_Bug520141 in interface GroupByTestInterfacejava.lang.Exceptionpublic void testAggregateFuncCountStar()
throws java.lang.Exception
testAggregateFuncCountStar in interface GroupByTestInterfacejava.lang.Exceptionpublic void testAggregateFuncCountDistinctStar_1()
throws java.lang.Exception
testAggregateFuncCountDistinctStar_1 in interface GroupByTestInterfacejava.lang.Exceptionpublic void testAggregateFuncCountDistinctStar_2()
throws java.lang.Exception
testAggregateFuncCountDistinctStar_2 in interface GroupByTestInterfacejava.lang.Exceptionpublic void testAggregateFuncSum()
throws java.lang.Exception
testAggregateFuncSum in interface GroupByTestInterfacejava.lang.Exceptionpublic void testAggregateFuncSumDistinct()
throws java.lang.Exception
testAggregateFuncSumDistinct in interface GroupByTestInterfacejava.lang.Exceptionpublic void testAggregateFuncNoGroupBy()
throws java.lang.Exception
testAggregateFuncNoGroupBy in interface GroupByTestInterfacejava.lang.Exceptionpublic void testAggregateFuncAvg()
throws java.lang.Exception
testAggregateFuncAvg in interface GroupByTestInterfacejava.lang.Exceptionpublic void testAggregateFuncAvgDistinct()
throws java.lang.Exception
testAggregateFuncAvgDistinct in interface GroupByTestInterfacejava.lang.Exceptionpublic void testAggregateFuncWithOrderBy()
throws java.lang.Exception
testAggregateFuncWithOrderBy in interface GroupByTestInterfacejava.lang.Exceptionpublic void testComplexValueAggregateFuncAvgDistinct()
throws java.lang.Exception
testComplexValueAggregateFuncAvgDistinct in interface GroupByTestInterfacejava.lang.Exceptionpublic void testAggregateFuncMax()
throws java.lang.Exception
testAggregateFuncMax in interface GroupByTestInterfacejava.lang.Exceptionpublic void testSumWithMultiColumnGroupBy()
throws java.lang.Exception
testSumWithMultiColumnGroupBy in interface GroupByTestInterfacejava.lang.Exceptionpublic void testAggregateFuncMin()
throws java.lang.Exception
testAggregateFuncMin in interface GroupByTestInterfacejava.lang.Exceptionpublic void testCompactRangeIndex()
throws java.lang.Exception
testCompactRangeIndex in interface GroupByTestInterfacejava.lang.Exceptionpublic void testDistinctCountWithoutGroupBy()
throws java.lang.Exception
testDistinctCountWithoutGroupBy in interface GroupByTestInterfacejava.lang.Exceptionpublic void testLimitWithGroupBy()
throws java.lang.Exception
testLimitWithGroupBy in interface GroupByTestInterfacejava.lang.Exceptionpublic void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exception