Package | Description |
---|---|
org.ballerinalang.siddhi.query.api.execution.query.input.stream |
Modifier and Type | Method and Description |
---|---|
JoinInputStream.Type |
JoinInputStream.getType() |
static JoinInputStream.Type |
JoinInputStream.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinInputStream.Type[] |
JoinInputStream.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JoinInputStream(SingleInputStream leftInputStream,
JoinInputStream.Type type,
SingleInputStream rightInputStream,
Expression onCompare,
JoinInputStream.EventTrigger trigger,
Within within,
Expression per) |
Copyright © 2018 WSO2. All rights reserved.