Uses of Class
net.esper.type.OuterJoinType

Packages that use OuterJoinType
net.esper.eql.expression EQL expression nodes, aggregation, result set processing 
net.esper.eql.join.plan Inner join and outer join query planning 
net.esper.type Internal primitive, enum and other type representations 
 

Uses of OuterJoinType in net.esper.eql.expression
 

Methods in net.esper.eql.expression that return OuterJoinType
 OuterJoinType OuterJoinDesc.getOuterJoinType()
          Returns the type of outer join (left/right/full).
 

Constructors in net.esper.eql.expression with parameters of type OuterJoinType
OuterJoinDesc(OuterJoinType outerJoinType, ExprIdentNode leftNode, ExprIdentNode rightNode)
          Ctor.
 

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(QueryGraph queryGraph, OuterJoinType optionalOuterJoinType)
          Build query plan.
 

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.