Modifier and Type | Field and Description |
---|---|
static CoreModule |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final CoreModule INSTANCE
public Set<String> listFunctions()
Module
listFunctions
in interface Module
public Optional<FunctionDefinition> getFunctionDefinition(String name)
Module
FunctionDefinition
by a given name.getFunctionDefinition
in interface Module
name
- name of the FunctionDefinition
.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.