| Package | Description |
|---|---|
| org.apache.flink.table.gateway.api |
| Modifier and Type | Method and 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.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.