Uses of Class
org.apache.flink.table.operations.ShowFunctionsOperation.FunctionScope
-
Packages that use ShowFunctionsOperation.FunctionScope Package Description org.apache.flink.table.operations -
-
Uses of ShowFunctionsOperation.FunctionScope in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return ShowFunctionsOperation.FunctionScope Modifier and Type Method Description static ShowFunctionsOperation.FunctionScopeShowFunctionsOperation.FunctionScope. valueOf(String name)Returns 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.FunctionScope Constructor Description ShowFunctionsOperation(ShowFunctionsOperation.FunctionScope functionScope, String preposition, String catalogName, String databaseName, ShowLikeOperator likeOp)ShowFunctionsOperation(ShowFunctionsOperation.FunctionScope functionScope, String catalogName, String databaseName, ShowLikeOperator likeOp)
-