public interface GroupByTestInterface
| Modifier and Type | Method and Description |
|---|---|
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() |
void testConvertibleGroupByQuery_1()
throws java.lang.Exception
java.lang.Exceptionvoid testConvertibleGroupByQuery_refer_column()
throws java.lang.Exception
java.lang.Exceptionvoid testConvertibleGroupByQuery_refer_column_alias_Bug520141()
throws java.lang.Exception
java.lang.Exceptionvoid testAggregateFuncCountStar()
throws java.lang.Exception
java.lang.Exceptionvoid testAggregateFuncCountDistinctStar_1()
throws java.lang.Exception
java.lang.Exceptionvoid testAggregateFuncCountDistinctStar_2()
throws java.lang.Exception
java.lang.Exceptionvoid testAggregateFuncSum()
throws java.lang.Exception
java.lang.Exceptionvoid testAggregateFuncSumDistinct()
throws java.lang.Exception
java.lang.Exceptionvoid testAggregateFuncNoGroupBy()
throws java.lang.Exception
java.lang.Exceptionvoid testAggregateFuncAvg()
throws java.lang.Exception
java.lang.Exceptionvoid testAggregateFuncAvgDistinct()
throws java.lang.Exception
java.lang.Exceptionvoid testAggregateFuncWithOrderBy()
throws java.lang.Exception
java.lang.Exceptionvoid testComplexValueAggregateFuncAvgDistinct()
throws java.lang.Exception
java.lang.Exceptionvoid testAggregateFuncMax()
throws java.lang.Exception
java.lang.Exceptionvoid testSumWithMultiColumnGroupBy()
throws java.lang.Exception
java.lang.Exceptionvoid testAggregateFuncMin()
throws java.lang.Exception
java.lang.Exceptionvoid testCompactRangeIndex()
throws java.lang.Exception
java.lang.Exceptionvoid testDistinctCountWithoutGroupBy()
throws java.lang.Exception
java.lang.Exceptionvoid testLimitWithGroupBy()
throws java.lang.Exception
java.lang.Exception