| 限定符和类型 | 字段和说明 |
|---|---|
static CoreModule |
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<FunctionDefinition> |
getFunctionDefinition(String name)
Get an optional of
FunctionDefinition by a given name. |
Set<String> |
listFunctions()
List names of all functions in this module.
|
Set<String> |
listFunctions(boolean includeHiddenFunctions)
List names of all functions in this module.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTableSinkFactory, getTableSourceFactorypublic static final CoreModule INSTANCE
public Set<String> listFunctions()
ModulelistFunctions 在接口中 Modulepublic Set<String> listFunctions(boolean includeHiddenFunctions)
ModuleA module can decide to hide certain functions. For example, internal functions that can be
resolved via Module.getFunctionDefinition(String) but should not be listed by default.
listFunctions 在接口中 ModuleincludeHiddenFunctions - whether to list hidden functions or notpublic Optional<FunctionDefinition> getFunctionDefinition(String name)
ModuleFunctionDefinition by a given name.
It includes hidden functions even though not listed in Module.listFunctions().
getFunctionDefinition 在接口中 Modulename - name of the FunctionDefinition.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.