Uses of Class
io.trino.tests.product.iceberg.TestIcebergSparkCompatibility.CreateMode
-
Packages that use TestIcebergSparkCompatibility.CreateMode Package Description io.trino.tests.product.iceberg -
-
Uses of TestIcebergSparkCompatibility.CreateMode in io.trino.tests.product.iceberg
Methods in io.trino.tests.product.iceberg that return TestIcebergSparkCompatibility.CreateMode Modifier and Type Method Description static TestIcebergSparkCompatibility.CreateModeTestIcebergSparkCompatibility.CreateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TestIcebergSparkCompatibility.CreateMode[]TestIcebergSparkCompatibility.CreateMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.tests.product.iceberg with parameters of type TestIcebergSparkCompatibility.CreateMode Modifier and Type Method Description voidTestIcebergSparkCompatibility. testSparkReadingTrinoData(TestIcebergSparkCompatibility.StorageFormat storageFormat, TestIcebergSparkCompatibility.CreateMode createMode)
-