Package io.trino.testing
Class AbstractTestFaultTolerantExecutionOrderByQueries
java.lang.Object
io.trino.testing.AbstractTestQueryFramework
io.trino.testing.AbstractTestOrderByQueries
io.trino.testing.AbstractTestFaultTolerantExecutionOrderByQueries
public abstract class AbstractTestFaultTolerantExecutionOrderByQueries
extends AbstractTestOrderByQueries
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final QueryRunnerprotected abstract QueryRunnercreateQueryRunner(Map<String, String> extraProperties) Methods inherited from class io.trino.testing.AbstractTestOrderByQueries
testCaseInsensitiveOutputAliasInOrderBy, testDuplicateColumnsInOrderByClause, testOrderBy, testOrderByAlias, testOrderByAliasWithSameNameAsUnselectedColumn, testOrderByLimit, testOrderByLimitAll, testOrderByMultipleFields, testOrderByOrdinal, testOrderByOrdinalWithWildcard, testOrderByUnderManyProjections, testOrderByWithAggregation, testOrderByWithNulls, testOrderByWithOutputColumnReference, testOrderByWithSimilarExpressions, testUndistributedOrderByMethods 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
-
AbstractTestFaultTolerantExecutionOrderByQueries
public AbstractTestFaultTolerantExecutionOrderByQueries()
-
-
Method Details
-
createQueryRunner
- Specified by:
createQueryRunnerin classAbstractTestQueryFramework- Throws:
Exception
-
createQueryRunner
protected abstract QueryRunner createQueryRunner(Map<String, String> extraProperties) throws Exception- Throws:
Exception
-