Uses of Package
net.esper.eql.spec

Packages that use net.esper.eql.spec
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.core 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.eql.join Join process interfaces and glue code 
net.esper.eql.join.plan Inner join and outer join query planning 
net.esper.eql.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
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.eql.view Internal processing views for output rate limiting, filtering and internal event routing 
 

Classes in net.esper.eql.spec used by net.esper.core
StatementSpec
          Specification object representing a complete EQL statement including all EQL constructs.
StreamSpec
          Abstract base specification for a stream, consists simply of an optional stream name and a list of views on to of the stream.
 

Classes in net.esper.eql.spec used by net.esper.eql.core
InsertIntoDesc
          Descriptor generated by INSERT-INTO clauses specified in expressions to insert the results of statement as a stream to further statements.
OutputLimitSpec
          Spec for building an EventBatch.
SelectExprElementNamedSpec
          Represents a single item in a SELECT-clause, with a name assigned either by the engine or by the user specifying an "as" tag name.
SelectExprElementUnnamedSpec
          Represents a single item in a SELECT-clause, potentially unnamed as no "as" tag may have been supplied in the syntax.
 

Classes in net.esper.eql.spec used by net.esper.eql.join
OuterJoinDesc
          Contains the ON-clause criteria in an outer join.
 

Classes in net.esper.eql.spec used by net.esper.eql.join.plan
OuterJoinDesc
          Contains the ON-clause criteria in an outer join.
 

Classes in net.esper.eql.spec used by net.esper.eql.parse
OutputLimitSpec
          Spec for building an EventBatch.
StatementSpec
          Specification object representing a complete EQL statement including all EQL constructs.
 

Classes in net.esper.eql.spec used by net.esper.eql.spec
InsertIntoDesc
          Descriptor generated by INSERT-INTO clauses specified in expressions to insert the results of statement as a stream to further statements.
OuterJoinDesc
          Contains the ON-clause criteria in an outer join.
OutputLimitSpec
          Spec for building an EventBatch.
OutputLimitSpec.DisplayLimit
          Enum controlling the type of output limiting.
SelectExprElementUnnamedSpec
          Represents a single item in a SELECT-clause, potentially unnamed as no "as" tag may have been supplied in the syntax.
StreamSpec
          Abstract base specification for a stream, consists simply of an optional stream name and a list of views on to of the stream.
 

Classes in net.esper.eql.spec used by net.esper.eql.view
OutputLimitSpec
          Spec for building an EventBatch.