Package io.trino.testing
Class AbstractTestQueries
java.lang.Object
io.trino.testing.AbstractTestQueryFramework
io.trino.testing.AbstractTestQueries
- Direct Known Subclasses:
AbstractTestDistributedQueries
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final List<SqlFunction>protected static final List<io.trino.tpch.TpchTable<?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[][]protected Object[][]voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidtestIn()voidvoidvoidtestLargeIn(int valuesCount) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidtestTopN()voidMethods 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
-
Field Details
-
REQUIRED_TPCH_TABLES
-
CUSTOM_FUNCTIONS
-
-
Constructor Details
-
AbstractTestQueries
public AbstractTestQueries()
-
-
Method Details
-
testAggregationOverUnknown
public void testAggregationOverUnknown() -
testLimitMax
public void testLimitMax() -
testComplexQuery
public void testComplexQuery() -
testDistinctMultipleFields
public void testDistinctMultipleFields() -
testArithmeticNegation
public void testArithmeticNegation() -
testDistinct
public void testDistinct() -
testDistinctHaving
public void testDistinctHaving() -
testDistinctLimit
public void testDistinctLimit() -
testDistinctWithOrderBy
public void testDistinctWithOrderBy() -
testRepeatedAggregations
public void testRepeatedAggregations() -
testLimit
public void testLimit() -
testLimitWithAggregation
public void testLimitWithAggregation() -
testLimitInInlineView
public void testLimitInInlineView() -
testCountAll
public void testCountAll() -
testCountColumn
public void testCountColumn() -
testSelectWithComparison
public void testSelectWithComparison() -
testIn
public void testIn() -
testLargeIn
public void testLargeIn(int valuesCount) -
largeInValuesCount
-
largeInValuesCountData
-
testShowSchemas
public void testShowSchemas() -
testShowSchemasFrom
public void testShowSchemasFrom() -
testShowSchemasLike
public void testShowSchemasLike() -
testShowSchemasLikeWithEscape
public void testShowSchemasLikeWithEscape() -
testShowTables
public void testShowTables() -
testShowTablesLike
public void testShowTablesLike() -
testShowColumns
public void testShowColumns() -
testInformationSchemaFiltering
public void testInformationSchemaFiltering() -
testInformationSchemaUppercaseName
public void testInformationSchemaUppercaseName() -
testTopN
public void testTopN() -
testTopNByMultipleFields
public void testTopNByMultipleFields() -
testPredicate
public void testPredicate() -
testTableSampleBernoulliBoundaryValues
public void testTableSampleBernoulliBoundaryValues() -
testTableSampleBernoulli
public void testTableSampleBernoulli() -
testFilterPushdownWithAggregation
public void testFilterPushdownWithAggregation()
-