@PublicEvolving public interface Module
Modifier and Type | Method and Description |
---|---|
default Optional<FunctionDefinition> |
getFunctionDefinition(String name)
Get an optional of
FunctionDefinition by a give name. |
default Set<String> |
listFunctions()
List names of all functions in this module.
|
default Set<String> listFunctions()
default Optional<FunctionDefinition> getFunctionDefinition(String name)
FunctionDefinition
by a give name.name
- name of the FunctionDefinition
.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.