Package io.trino.testing
Class AbstractTestIndexedQueries
java.lang.Object
io.trino.testing.AbstractTestQueryFramework
io.trino.testing.AbstractTestIndexedQueries
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidAssure nulls in probe readahead does not leak into connectors.voidvoidvoidvoidMethods 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
-
INDEX_SPEC
-
-
Constructor Details
-
AbstractTestIndexedQueries
public AbstractTestIndexedQueries()
-
-
Method Details
-
testExampleSystemTable
public void testExampleSystemTable() -
testExplainAnalyzeIndexJoin
public void testExplainAnalyzeIndexJoin() -
testBasicIndexJoin
public void testBasicIndexJoin() -
testBasicIndexJoinReverseCandidates
public void testBasicIndexJoinReverseCandidates() -
testBasicIndexJoinWithNullKeys
public void testBasicIndexJoinWithNullKeys() -
testMultiKeyIndexJoinAligned
public void testMultiKeyIndexJoinAligned() -
testMultiKeyIndexJoinUnaligned
public void testMultiKeyIndexJoinUnaligned() -
testJoinWithNonJoinExpression
public void testJoinWithNonJoinExpression() -
testPredicateDerivedKey
public void testPredicateDerivedKey() -
testCompoundPredicateDerivedKey
public void testCompoundPredicateDerivedKey() -
testChainedIndexJoin
public void testChainedIndexJoin() -
testBasicLeftIndexJoin
public void testBasicLeftIndexJoin() -
testNonIndexLeftJoin
public void testNonIndexLeftJoin() -
testBasicRightIndexJoin
public void testBasicRightIndexJoin() -
testNonIndexRightJoin
public void testNonIndexRightJoin() -
testIndexJoinThroughAggregation
public void testIndexJoinThroughAggregation() -
testIndexJoinThroughMultiKeyAggregation
public void testIndexJoinThroughMultiKeyAggregation() -
testNonIndexableKeys
public void testNonIndexableKeys() -
testComposableIndexJoins
public void testComposableIndexJoins() -
testNonComposableIndexJoins
public void testNonComposableIndexJoins() -
testOverlappingIndexJoinLookupSymbol
public void testOverlappingIndexJoinLookupSymbol() -
testOverlappingSourceOuterIndexJoinLookupSymbol
public void testOverlappingSourceOuterIndexJoinLookupSymbol() -
testOverlappingIndexJoinProbeSymbol
public void testOverlappingIndexJoinProbeSymbol() -
testOverlappingSourceOuterIndexJoinProbeSymbol
public void testOverlappingSourceOuterIndexJoinProbeSymbol() -
testRepeatedIndexJoinClause
public void testRepeatedIndexJoinClause() -
testProbeNullInReadahead
public void testProbeNullInReadahead()Assure nulls in probe readahead does not leak into connectors. -
testHighCardinalityIndexJoinResult
public void testHighCardinalityIndexJoinResult() -
testReducedIndexProbeKey
public void testReducedIndexProbeKey() -
testReducedIndexProbeKeyNegativeCaching
public void testReducedIndexProbeKeyNegativeCaching() -
testHighCardinalityReducedIndexProbeKey
public void testHighCardinalityReducedIndexProbeKey() -
testReducedIndexProbeKeyComplexQueryShapes
public void testReducedIndexProbeKeyComplexQueryShapes() -
testIndexJoinConstantPropagation
public void testIndexJoinConstantPropagation() -
testIndexJoinThroughWindow
public void testIndexJoinThroughWindow() -
testIndexJoinThroughWindowDoubleAggregation
public void testIndexJoinThroughWindowDoubleAggregation() -
testIndexJoinThroughWindowPartialPartition
public void testIndexJoinThroughWindowPartialPartition() -
testNoIndexJoinThroughWindowWithRowNumberFunction
public void testNoIndexJoinThroughWindowWithRowNumberFunction() -
testNoIndexJoinThroughWindowWithOrderBy
public void testNoIndexJoinThroughWindowWithOrderBy() -
testNoIndexJoinThroughWindowWithRowFrame
public void testNoIndexJoinThroughWindowWithRowFrame() -
testOuterNonEquiJoins
public void testOuterNonEquiJoins() -
testNonEquiJoin
public void testNonEquiJoin()
-