|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OuterJoinType | |
---|---|
net.esper.eql.join.plan | Inner join and outer join query planning |
net.esper.eql.spec | Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
net.esper.type | Internal primitive, enum and other type representations |
Uses of OuterJoinType in net.esper.eql.join.plan |
---|
Methods in net.esper.eql.join.plan with parameters of type OuterJoinType | |
---|---|
static QueryPlan |
TwoStreamQueryPlanBuilder.build(EventType[] typesPerStream,
QueryGraph queryGraph,
OuterJoinType optionalOuterJoinType)
Build query plan. |
Uses of OuterJoinType in net.esper.eql.spec |
---|
Methods in net.esper.eql.spec that return OuterJoinType | |
---|---|
OuterJoinType |
OuterJoinDesc.getOuterJoinType()
Returns the type of outer join (left/right/full). |
Constructors in net.esper.eql.spec with parameters of type OuterJoinType | |
---|---|
OuterJoinDesc(OuterJoinType outerJoinType,
ExprIdentNode leftNode,
ExprIdentNode rightNode)
Ctor. |
Uses of OuterJoinType in net.esper.type |
---|
Methods in net.esper.type that return OuterJoinType | |
---|---|
static OuterJoinType |
OuterJoinType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OuterJoinType[] |
OuterJoinType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |