Uses of Class
io.trino.tests.hive.TestHiveCoercion.Engine
-
Packages that use TestHiveCoercion.Engine Package Description io.trino.tests.hive -
-
Uses of TestHiveCoercion.Engine in io.trino.tests.hive
Methods in io.trino.tests.hive that return TestHiveCoercion.Engine Modifier and Type Method Description static TestHiveCoercion.EngineTestHiveCoercion.Engine. valueOf(String name)Returns the enum constant of this type with the specified name.static TestHiveCoercion.Engine[]TestHiveCoercion.Engine. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.tests.hive with parameters of type TestHiveCoercion.Engine Modifier and Type Method Description protected Map<String,List<Object>>TestHiveCoercion. expectedValuesForEngineProvider(TestHiveCoercion.Engine engine, String tableName, String decimalToFloatVal)
-