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