Enum ShowFunctionsOperation.FunctionScope

java.lang.Object
java.lang.Enum<ShowFunctionsOperation.FunctionScope>
org.apache.flink.table.operations.ShowFunctionsOperation.FunctionScope
All Implemented Interfaces:
Serializable, Comparable<ShowFunctionsOperation.FunctionScope>
Enclosing class:
ShowFunctionsOperation

@Internal public static enum ShowFunctionsOperation.FunctionScope extends Enum<ShowFunctionsOperation.FunctionScope>
Represent scope of function.
  • USER return only user-defined functions
  • ALL return all user-defined and built-in functions
  • Enum Constant Details

  • Method Details

    • values

      public static ShowFunctionsOperation.FunctionScope[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ShowFunctionsOperation.FunctionScope valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null