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