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