Uses of Class
org.apache.flink.table.gateway.api.results.FunctionInfo
-
Packages that use FunctionInfo Package Description org.apache.flink.table.gateway.api -
-
Uses of FunctionInfo in org.apache.flink.table.gateway.api
Methods in org.apache.flink.table.gateway.api that return types with arguments of type FunctionInfo Modifier and Type Method Description Set<FunctionInfo>SqlGatewayService. listSystemFunctions(SessionHandle sessionHandle)List all available system functions.Set<FunctionInfo>SqlGatewayService. listUserDefinedFunctions(SessionHandle sessionHandle, String catalogName, String databaseName)List all user defined functions.
-