Package io.trino.testing
Class AbstractTestFaultTolerantExecutionAggregations
- java.lang.Object
-
- io.trino.testing.AbstractTestQueryFramework
-
- io.trino.testing.AbstractTestAggregations
-
- io.trino.testing.AbstractTestFaultTolerantExecutionAggregations
-
public abstract class AbstractTestFaultTolerantExecutionAggregations extends AbstractTestAggregations
-
-
Constructor Summary
Constructors Constructor Description AbstractTestFaultTolerantExecutionAggregations()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected QueryRunnercreateQueryRunner()protected abstract QueryRunnercreateQueryRunner(Map<String,String> extraProperties)-
Methods inherited from class io.trino.testing.AbstractTestAggregations
test15WayGroupBy, testAggregationFilter, testAggregationFilterWithSubquery, testAggregationImplicitCoercion, testAggregationOverRightJoinOverSingleStreamProbe, testAggregationPushdownThroughOuterJoinNotFiringInCorrelatedAggregatesLeftSide, testAggregationPushdownThroughOuterJoinNotFiringInCorrelatedAggregatesRightSide, testAggregationPushedBelowOuterJoin, testAggregationUsingOuterTableSymbols, testAggregationWithConstantArgumentsOverScalar, testAggregationWithHaving, testAggregationWithProjection, testAggregationWithSomeArgumentCasts, testApproximateCountDistinct, testApproximateCountDistinctGroupBy, testApproximateCountDistinctGroupByWithStandardError, testApproxMostFrequentWithLong, testApproxMostFrequentWithLongGroupBy, testApproxMostFrequentWithStringGroupBy, testApproxMostFrequentWithVarchar, testComplexDistinct, testCountAllOverJoin, testCountAllWithComparison, testCountAllWithPredicate, testCountBoolean, testCountDistinct, testCountWithAndPredicate, testCountWithCoalescePredicate, testCountWithInlineView, testCountWithIsNotNullPredicate, testCountWithIsNullPredicate, testCountWithNotPredicate, testCountWithNullIfPredicate, testCountWithNullPredicate, testCountWithOrPredicate, testCube, testCubeNoInput, testDistinctGroupBy, testDistinctNan, testDistinctWhere, testExtractDistinctAggregationOptimizer, testGroupAggregationOverNestedGroupByAggregation, testGroupByArray, testGroupByBetween, testGroupByCase, testGroupByCaseNoElse, testGroupByCast, testGroupByCoalesce, testGroupByComplexMap, testGroupByCount, testGroupByEmptyGroupingSet, testGroupByExtract, testGroupByIf, testGroupByMap, testGroupByMultipleFields, testGroupByMultipleFieldsWithPredicateOnAggregationArgument, testGroupByNan, testGroupByNanArray, testGroupByNanMap, testGroupByNanRow, testGroupByNoAggregations, testGroupByNullConstant, testGroupByNullIf, testGroupByOnSupersetOfPartitioning, testGroupByOrdinal, testGroupByRepeatedField, testGroupByRequireIntegerCoercion, testGroupByRow, testGroupBySearchedCase, testGroupBySearchedCaseNoElse, testGroupBySum, testGroupByWithAlias, testGroupByWithNulls, testGroupByWithoutAggregation, testGroupByWithWildcard, testGroupingCombinationsAll, testGroupingCombinationsDistinct, testGroupingSetMixedExpressionAndColumn, testGroupingSetMixedExpressionAndOrdinal, testGroupingSetPredicatePushdown, testGroupingSets, testGroupingSetsAggregateOnGroupedColumn, testGroupingSetsAliasedGroupingColumns, testGroupingSetsGrandTotalSet, testGroupingSetsGrandTotalSetFirst, testGroupingSetsMultipleAggregatesOnGroupedColumn, testGroupingSetsMultipleAggregatesOnUngroupedColumn, testGroupingSetsMultipleAggregatesWithGroupedColumns, testGroupingSetsMultipleGrandTotalSets, testGroupingSetsMultipleGrandTotalSetsNoInput, testGroupingSetsNoInput, testGroupingSetsOnlyGrandTotalSet, testGroupingSetsRepeatedSetsAll, testGroupingSetsRepeatedSetsAllNoInput, testGroupingSetsRepeatedSetsDistinct, testGroupingSetSubsetAndPartitioning, testGroupingSetsWithDefaultValue, testGroupingSetsWithGlobalAggregationNoInput, testGroupingSetsWithMultipleDistinct, testGroupingSetsWithMultipleDistinctAndUnion, testGroupingSetsWithMultipleDistinctNoInput, testGroupingSetsWithSingleDistinct, testGroupingSetsWithSingleDistinctAndUnion, testGroupingSetsWithSingleDistinctAndUnionGroupedArguments, testHistogram, testMaxDataSizeForStats, testMultipleDifferentDistinct, testMultipleDistinct, testNestedCount, testNestedGroupByWithSameKey, testOrderedAggregations, testReorderOutputsOfGroupByAggregation, testRollup, testSameInputToAggregates, testSingleDistinctOptimizer, testSingleGroupingSet, testSumDataSizeForStats, testSumOfNulls
-
Methods inherited from class io.trino.testing.AbstractTestQueryFramework
assertAccessAllowed, assertAccessAllowed, assertAccessDenied, assertAccessDenied, assertExplain, assertExplain, assertExplainAnalyze, assertExplainAnalyze, assertQuery, assertQuery, assertQuery, assertQuery, assertQuery, assertQuery, assertQueryEventually, assertQueryFails, assertQueryFails, assertQueryFailsEventually, assertQueryOrdered, assertQueryOrdered, assertQueryOrdered, assertQueryOrdered, assertQueryReturnsEmptyResult, assertQueryReturnsEmptyResult, assertQueryStats, assertQuerySucceeds, assertQuerySucceeds, assertTableColumnNames, assertUpdate, assertUpdate, assertUpdate, assertUpdate, assertUpdate, assertUpdate, assertUpdate, close, closeAfterClass, computeActual, computeActual, computeExpected, computeScalar, computeScalar, ensureTestNamingConvention, executeExclusively, formatSqlText, getDistributedQueryRunner, getDynamicFilteringStats, getExplainPlan, getGraphvizExplainPlan, getNodeCount, getQualifiedTableName, getQueryRunner, getSession, init, inTransaction, newTransaction, noJoinReordering, noJoinReordering, query, query, searchScanFilterAndProjectOperatorStats, skipTestUnless
-
-
-
-
Method Detail
-
createQueryRunner
protected final QueryRunner createQueryRunner() throws Exception
- Specified by:
createQueryRunnerin classAbstractTestQueryFramework- Throws:
Exception
-
-