| Package | Description |
|---|---|
| io.siddhi.query.api | |
| io.siddhi.query.api.definition |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FunctionDefinition> |
SiddhiApp.getFunctionDefinitionMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
SiddhiApp.defineFunction(FunctionDefinition functionDefinition) |
| Modifier and Type | Method and Description |
|---|---|
FunctionDefinition |
FunctionDefinition.body(String body) |
FunctionDefinition |
FunctionDefinition.id(String functionID) |
FunctionDefinition |
FunctionDefinition.language(String language) |
FunctionDefinition |
FunctionDefinition.type(Attribute.Type type) |
Copyright © 2019. All rights reserved.