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 -
Method Summary
Modifier and TypeMethodDescriptionprotected final QueryRunnerprotected 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, testPreSortedInput, testRowFieldAccessorInWindowFunction, testSameWindowFunctionsTwoCoerces, testValueWindowFunctions, testWindowFrames, testWindowFunctionsExpressions, testWindowFunctionsFromAggregate, testWindowFunctionWithGroupBy, testWindowFunctionWithImplicitCoercion, testWindowFunctionWithoutParameters, testWindowImplicitCoercion, testWindowMapAgg, testWindowNoChannels, testWindowPropertyDerivation, testWindowsConstantExpression, testWindowsDifferentPartitions, testWindowsPrefixPartitioning, testWindowsSameOrderingMethods inherited from class io.trino.testing.AbstractTestQueryFramework
assertAccessAllowed, assertAccessAllowed, assertAccessDenied, assertAccessDenied, assertExplain, assertExplain, assertExplainAnalyze, assertExplainAnalyze, assertFunctionNotFound, 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
-
Constructor Details
-
AbstractTestFaultTolerantExecutionWindowQueries
public AbstractTestFaultTolerantExecutionWindowQueries()
-
-
Method Details
-
createQueryRunner
- Specified by:
createQueryRunnerin classAbstractTestQueryFramework- Throws:
Exception
-
createQueryRunner
protected abstract QueryRunner createQueryRunner(Map<String, String> extraProperties) throws Exception- Throws:
Exception
-