public class StreamFunction extends Object implements StreamHandler, Extension, SiddhiElement
| Constructor and Description |
|---|
StreamFunction(String function) |
StreamFunction(String function,
Expression[] parameters) |
StreamFunction(String namespace,
String function) |
StreamFunction(String namespace,
String function,
Expression[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getNamespace() |
Expression[] |
getParameters() |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
int |
hashCode() |
void |
setQueryContextEndIndex(int[] lineAndColumn) |
void |
setQueryContextStartIndex(int[] lineAndColumn) |
String |
toString() |
public StreamFunction(String namespace, String function, Expression[] parameters)
public StreamFunction(String function, Expression[] parameters)
public StreamFunction(String function)
public String getNamespace()
getNamespace in interface Extensionpublic Expression[] getParameters()
getParameters in interface StreamHandlerpublic int[] getQueryContextStartIndex()
getQueryContextStartIndex in interface SiddhiElementpublic void setQueryContextStartIndex(int[] lineAndColumn)
setQueryContextStartIndex in interface SiddhiElementpublic int[] getQueryContextEndIndex()
getQueryContextEndIndex in interface SiddhiElementpublic void setQueryContextEndIndex(int[] lineAndColumn)
setQueryContextEndIndex in interface SiddhiElementCopyright © 2019. All rights reserved.