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.db Database SQL polling views and caches 
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 
net.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
 

Classes in net.esper.eql.spec used by net.esper.core
StatementSpecCompiled
          Specification object representing a complete EQL statement including all EQL constructs.
StatementSpecRaw
          Specification object representing a complete EQL statement including all EQL constructs.
StreamSpecCompiled
          Validated stream specifications generally have expression nodes that are valid and event types exist.
 

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.
SelectClauseSpec
          Encapsulates the parsed select expressions in a select-clause in an EQL statement.
SelectExprElementCompiledSpec
          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.
 

Classes in net.esper.eql.spec used by net.esper.eql.db
DBStatementStreamSpec
          Specification object for historical data poll via database SQL statement.
 

Classes in net.esper.eql.spec used by net.esper.eql.join
OuterJoinDesc
          Contains the ON-clause criteria in an outer join.
SelectClauseStreamSelectorEnum
          Enumeration for representing select-clause selection of the remove stream or the insert stream, or both.
 

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.
StatementSpecRaw
          Specification object representing a complete EQL statement including all EQL constructs.
 

Classes in net.esper.eql.spec used by net.esper.eql.spec
FilterSpecRaw
          Filter definition in an un-validated and un-resolved form.
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.
SelectClauseSpec
          Encapsulates the parsed select expressions in a select-clause in an EQL statement.
SelectClauseStreamSelectorEnum
          Enumeration for representing select-clause selection of the remove stream or the insert stream, or both.
SelectExprElementRawSpec
          Represents a single item in a SELECT-clause, potentially unnamed as no "as" tag may have been supplied in the syntax.
StreamSpec
          Specification for a stream, consists simply of an optional stream name and a list of views on to of the stream.
StreamSpecBase
          Abstract base specification for a stream, consists simply of an optional stream name and a list of views on to of the stream.
StreamSpecCompiled
          Validated stream specifications generally have expression nodes that are valid and event types exist.
StreamSpecRaw
          An uncompiled, unoptimize for of stream specification created by a parser.
 

Classes in net.esper.eql.spec used by net.esper.eql.view
OutputLimitSpec
          Spec for building an EventBatch.
SelectClauseStreamSelectorEnum
          Enumeration for representing select-clause selection of the remove stream or the insert stream, or both.
 

Classes in net.esper.eql.spec used by net.esper.pattern
FilterSpecRaw
          Filter definition in an un-validated and un-resolved form.