Uses of Class
io.trino.tests.product.hive.Engine
-
Packages that use Engine Package Description io.trino.tests.product.hive io.trino.tests.product.iceberg -
-
Uses of Engine in io.trino.tests.product.hive
Methods in io.trino.tests.product.hive that return Engine Modifier and Type Method Description static EngineEngine. valueOf(String name)Returns the enum constant of this type with the specified name.static Engine[]Engine. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.tests.product.hive with parameters of type Engine Modifier and Type Method Description protected Map<String,List<Object>>TestHiveCoercion. 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 Engine Modifier and Type Method Description voidTestIcebergSparkDropTableCompatibility. testCleanupOnDropTable(Engine tableCreatorEngine, Engine tableDropperEngine)
-