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 -
Method Summary
Modifier and TypeMethodDescriptionprotected final QueryRunnerprotected 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, testLongDecimalAggregations, testMaxDataSizeForStats, testMixedDistinctAndZeroOnEmptyInputAggregations, testMultipleDifferentDistinct, testMultipleDistinct, testNestedCount, testNestedGroupByWithSameKey, testOrderedAggregations, testReorderOutputsOfGroupByAggregation, testRollup, testSameInputToAggregates, testSingleDistinctOptimizer, testSingleGroupingSet, testSumDataSizeForStats, testSumOfNullsMethods inherited from class io.trino.testing.AbstractTestQueryFramework
assertAccessAllowed, assertAccessAllowed, assertAccessDenied, assertAccessDenied, assertExplain, assertExplain, assertExplainAnalyze, assertExplainAnalyze, assertNoDataRead, 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, getExplainPlan, getGraphvizExplainPlan, getNodeCount, getQualifiedTableName, getQueryRunner, getSession, init, inTransaction, newTransaction, noJoinReordering, noJoinReordering, query, query, searchScanFilterAndProjectOperatorStats, skipTestUnless
-
Constructor Details
-
AbstractTestFaultTolerantExecutionAggregations
public AbstractTestFaultTolerantExecutionAggregations()
-
-
Method Details
-
createQueryRunner
- Specified by:
createQueryRunnerin classAbstractTestQueryFramework- Throws:
Exception
-
createQueryRunner
protected abstract QueryRunner createQueryRunner(Map<String, String> extraProperties) throws Exception- Throws:
Exception
-