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