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.Exception
void testConvertibleGroupByQuery_refer_column() throws java.lang.Exception
java.lang.Exception
void testConvertibleGroupByQuery_refer_column_alias_Bug520141() throws java.lang.Exception
java.lang.Exception
void testAggregateFuncCountStar() throws java.lang.Exception
java.lang.Exception
void testAggregateFuncCountDistinctStar_1() throws java.lang.Exception
java.lang.Exception
void testAggregateFuncCountDistinctStar_2() throws java.lang.Exception
java.lang.Exception
void testAggregateFuncSum() throws java.lang.Exception
java.lang.Exception
void testAggregateFuncSumDistinct() throws java.lang.Exception
java.lang.Exception
void testAggregateFuncNoGroupBy() throws java.lang.Exception
java.lang.Exception
void testAggregateFuncAvg() throws java.lang.Exception
java.lang.Exception
void testAggregateFuncAvgDistinct() throws java.lang.Exception
java.lang.Exception
void testAggregateFuncWithOrderBy() throws java.lang.Exception
java.lang.Exception
void testComplexValueAggregateFuncAvgDistinct() throws java.lang.Exception
java.lang.Exception
void testAggregateFuncMax() throws java.lang.Exception
java.lang.Exception
void testSumWithMultiColumnGroupBy() throws java.lang.Exception
java.lang.Exception
void testAggregateFuncMin() throws java.lang.Exception
java.lang.Exception
void testCompactRangeIndex() throws java.lang.Exception
java.lang.Exception
void testDistinctCountWithoutGroupBy() throws java.lang.Exception
java.lang.Exception
void testLimitWithGroupBy() throws java.lang.Exception
java.lang.Exception