Uses of Enum
org.apache.flink.table.operations.ShowFunctionsOperation.FunctionScope
Packages that use ShowFunctionsOperation.FunctionScope
-
Uses of ShowFunctionsOperation.FunctionScope in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return ShowFunctionsOperation.FunctionScopeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ShowFunctionsOperation.FunctionScope[]ShowFunctionsOperation.FunctionScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.table.operations with parameters of type ShowFunctionsOperation.FunctionScopeModifierConstructorDescriptionShowFunctionsOperation(ShowFunctionsOperation.FunctionScope functionScope, String preposition, String catalogName, String databaseName, ShowLikeOperator likeOp) ShowFunctionsOperation(ShowFunctionsOperation.FunctionScope functionScope, String catalogName, String databaseName, ShowLikeOperator likeOp)