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