Uses of Enum Class
io.trino.tests.product.hive.Engine
Packages that use Engine
Package
Description
-
Uses of Engine in io.trino.tests.product.deltalake
Methods in io.trino.tests.product.deltalake with parameters of type EngineModifier and TypeMethodDescriptionvoidTestDeltaLakeDropTableCompatibility.testDropTable(Engine creator, Engine dropper, boolean explicitLocation) -
Uses of Engine in io.trino.tests.product.hive
Methods in io.trino.tests.product.hive that return EngineModifier and TypeMethodDescriptionstatic EngineReturns the enum constant of this class with the specified name.static Engine[]Engine.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.tests.product.hive with parameters of type EngineModifier and TypeMethodDescriptionTestHiveCoercion.expectedValuesForEngineProvider(Engine engine, String tableName, String decimalToFloatVal) voidTestHiveTransactionalTable.testBucketedPartitionedDelete(Engine inserter, Engine deleter) voidTestHiveTransactionalTable.testBucketedUnpartitionedDelete(Engine inserter, Engine deleter) voidTestHiveTransactionalTable.testCorrectSelectCountStar(Engine inserter, Engine deleter) voidTestHiveTransactionalTable.testInsertOnlyMultipleWriters(boolean bucketed, Engine inserter1, Engine inserter2) voidTestHiveTransactionalTable.testMultiColumnDelete(Engine inserter, Engine deleter) voidTestHiveTransactionalTable.testMultiDelete(Engine inserter, Engine deleter) voidTestHiveTransactionalTable.testPartitionAndRowsDelete(Engine inserter, Engine deleter) voidTestHiveTransactionalTable.testPartitionedInsertAndRowLevelDelete(Engine inserter, Engine deleter) voidTestHiveTransactionalTable.testTransactionalMetadataDelete(Engine inserter, Engine deleter) voidTestHiveTransactionalTable.testTransactionalUnpartitionedDelete(Engine inserter, Engine deleter) voidTestHiveTransactionalTable.testUnpartitionedDeleteAll(Engine inserter, Engine deleter) -
Uses of Engine in io.trino.tests.product.iceberg
Methods in io.trino.tests.product.iceberg with parameters of type EngineModifier and TypeMethodDescriptionvoidTestIcebergSparkDropTableCompatibility.testCleanupOnDropTable(Engine tableCreatorEngine, Engine tableDropperEngine)