Package io.trino.testing
Class AbstractTestWindowQueries
- java.lang.Object
-
- io.trino.testing.AbstractTestQueryFramework
-
- io.trino.testing.AbstractTestWindowQueries
-
- Direct Known Subclasses:
AbstractTestFaultTolerantExecutionWindowQueries
public abstract class AbstractTestWindowQueries extends AbstractTestQueryFramework
-
-
Constructor Summary
Constructors Constructor Description AbstractTestWindowQueries()
-
Method Summary
-
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, createQueryRunner, ensureTestNamingConvention, executeExclusively, formatSqlText, getDistributedQueryRunner, getDynamicFilteringStats, getExplainPlan, getGraphvizExplainPlan, getNodeCount, getQualifiedTableName, getQueryRunner, getSession, init, inTransaction, newTransaction, noJoinReordering, noJoinReordering, query, query, searchScanFilterAndProjectOperatorStats, skipTestUnless
-
-
-
-
Method Detail
-
testDistinctWindowPartitionAndPeerGroups
public void testDistinctWindowPartitionAndPeerGroups()
-
testRowFieldAccessorInWindowFunction
public void testRowFieldAccessorInWindowFunction()
-
testDistinctWindow
public void testDistinctWindow()
-
testGroupingInWindowFunction
public void testGroupingInWindowFunction()
-
testWindowImplicitCoercion
public void testWindowImplicitCoercion()
-
testWindowsSameOrdering
public void testWindowsSameOrdering()
-
testWindowsPrefixPartitioning
public void testWindowsPrefixPartitioning()
-
testWindowsDifferentPartitions
public void testWindowsDifferentPartitions()
-
testWindowsConstantExpression
public void testWindowsConstantExpression()
-
testDependentWindows
public void testDependentWindows()
-
testWindowFunctionWithoutParameters
public void testWindowFunctionWithoutParameters()
-
testWindowFunctionWithImplicitCoercion
public void testWindowFunctionWithImplicitCoercion()
-
testWindowFunctionsExpressions
public void testWindowFunctionsExpressions()
-
testWindowFunctionsFromAggregate
public void testWindowFunctionsFromAggregate()
-
testOrderByWindowFunction
public void testOrderByWindowFunction()
-
testSameWindowFunctionsTwoCoerces
public void testSameWindowFunctionsTwoCoerces()
-
testWindowMapAgg
public void testWindowMapAgg()
-
testWindowPropertyDerivation
public void testWindowPropertyDerivation()
-
testWindowFunctionWithGroupBy
public void testWindowFunctionWithGroupBy()
-
testPartialPrePartitionedWindowFunction
public void testPartialPrePartitionedWindowFunction()
-
testFullPrePartitionedWindowFunction
public void testFullPrePartitionedWindowFunction()
-
testPartialPreSortedWindowFunction
public void testPartialPreSortedWindowFunction()
-
testFullPreSortedWindowFunction
public void testFullPreSortedWindowFunction()
-
testFullyPartitionedAndPartiallySortedWindowFunction
public void testFullyPartitionedAndPartiallySortedWindowFunction()
-
testFullyPartitionedAndFullySortedWindowFunction
public void testFullyPartitionedAndFullySortedWindowFunction()
-
testOrderByWindowFunctionWithNulls
public void testOrderByWindowFunctionWithNulls()
-
testValueWindowFunctions
public void testValueWindowFunctions()
-
testWindowFrames
public void testWindowFrames()
-
testWindowNoChannels
public void testWindowNoChannels()
-
testDuplicateColumnsInWindowOrderByClause
public void testDuplicateColumnsInWindowOrderByClause()
-
testMultipleInstancesOfWindowFunction
public void testMultipleInstancesOfWindowFunction()
-
-