Package io.trino.testing
Class AbstractTestFaultTolerantExecutionWindowQueries
- java.lang.Object
-
- io.trino.testing.AbstractTestQueryFramework
-
- io.trino.testing.AbstractTestWindowQueries
-
- io.trino.testing.AbstractTestFaultTolerantExecutionWindowQueries
-
public abstract class AbstractTestFaultTolerantExecutionWindowQueries extends AbstractTestWindowQueries
-
-
Constructor Summary
Constructors Constructor Description AbstractTestFaultTolerantExecutionWindowQueries()
-
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.AbstractTestWindowQueries
testDependentWindows, testDistinctWindow, testDistinctWindowPartitionAndPeerGroups, testDuplicateColumnsInWindowOrderByClause, testFullPrePartitionedWindowFunction, testFullPreSortedWindowFunction, testFullyPartitionedAndFullySortedWindowFunction, testFullyPartitionedAndPartiallySortedWindowFunction, testGroupingInWindowFunction, testMultipleInstancesOfWindowFunction, testOrderByWindowFunction, testOrderByWindowFunctionWithNulls, testPartialPrePartitionedWindowFunction, testPartialPreSortedWindowFunction, testRowFieldAccessorInWindowFunction, testSameWindowFunctionsTwoCoerces, testValueWindowFunctions, testWindowFrames, testWindowFunctionsExpressions, testWindowFunctionsFromAggregate, testWindowFunctionWithGroupBy, testWindowFunctionWithImplicitCoercion, testWindowFunctionWithoutParameters, testWindowImplicitCoercion, testWindowMapAgg, testWindowNoChannels, testWindowPropertyDerivation, testWindowsConstantExpression, testWindowsDifferentPartitions, testWindowsPrefixPartitioning, testWindowsSameOrdering
-
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
-
-