Class AbstractDistributedEngineOnlyQueries


public abstract class AbstractDistributedEngineOnlyQueries extends AbstractTestEngineOnlyQueries
  • Constructor Details

    • AbstractDistributedEngineOnlyQueries

      public AbstractDistributedEngineOnlyQueries()
  • Method Details

    • setUp

      public void setUp()
    • shutdown

      public void shutdown()
    • ensureDistributedQueryRunner

      public void ensureDistributedQueryRunner()
      Ensure the tests are run with DistributedQueryRunner. E.g. LocalQueryRunner takes some shortcuts, not exercising certain aspects.
    • testTimestampWithTimeZoneLiteralsWithDifferentZone

      public void testTimestampWithTimeZoneLiteralsWithDifferentZone()
    • testUse

      public void testUse()
    • testRoles

      public void testRoles()
    • testDuplicatedRowCreateTable

      public void testDuplicatedRowCreateTable()
    • testTooLongQuery

      public void testTooLongQuery()
    • testTooManyStages

      public void testTooManyStages()
    • testRowSubscriptWithReservedKeyword

      public void testRowSubscriptWithReservedKeyword()
    • testRowTypeWithReservedKeyword

      public void testRowTypeWithReservedKeyword()
    • testExplain

      public void testExplain()
    • testExplainAnalyze

      public void testExplainAnalyze()
    • testExplainAnalyzeDynamicFilterInfo

      public void testExplainAnalyzeDynamicFilterInfo()
    • testExplainAnalyzeVerbose

      public void testExplainAnalyzeVerbose()
    • testInsertWithCoercion

      public void testInsertWithCoercion()
    • testCreateTableAsTable

      public void testCreateTableAsTable()
    • testInsertTableIntoTable

      public void testInsertTableIntoTable()
    • testImplicitCastToRowWithFieldsRequiringDelimitation

      public void testImplicitCastToRowWithFieldsRequiringDelimitation()
    • testQueryTransitionsToRunningState

      public void testQueryTransitionsToRunningState()
    • testSelectiveLimit

      public void testSelectiveLimit()