Uses of Class
io.trino.plugin.deltalake.FailingExecutor
-
Packages that use FailingExecutor Package Description io.trino.plugin.deltalake -
-
Uses of FailingExecutor in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return FailingExecutor Modifier and Type Method Description static FailingExecutorFailingExecutor. valueOf(String name)Returns the enum constant of this type with the specified name.static FailingExecutor[]FailingExecutor. values()Returns an array containing the constants of this enum type, in the order they are declared.
-