|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.esper.type | |
---|---|
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.eql.parse | Parsers and AST tree walkers and helper classes transforming AST into business objects |
net.esper.type | Internal primitive, enum and other type representations |
Classes in net.esper.type used by net.esper.eql.expression | |
---|---|
ArithTypeEnum
Enumeration for the type of arithmatic to use. |
|
BitWiseOpEnum
Enum representing relational types of operation. |
|
MinMaxTypeEnum
Enumeration for the type of arithmatic to use. |
|
OuterJoinType
Enum for the type of outer join. |
|
RelationalOpEnum
Enum representing relational types of operation. |
Classes in net.esper.type used by net.esper.eql.join.plan | |
---|---|
OuterJoinType
Enum for the type of outer join. |
Classes in net.esper.type used by net.esper.eql.parse | |
---|---|
PrimitiveValueType
Enumeration of types of primitive values. |
Classes in net.esper.type used by net.esper.type | |
---|---|
ArithTypeEnum
Enumeration for the type of arithmatic to use. |
|
ArithTypeEnum.Computer
Interface for number cruncher. |
|
BitWiseOpEnum
Enum representing relational types of operation. |
|
BitWiseOpEnum.Computer
Computer for relational op. |
|
MinMaxTypeEnum
Enumeration for the type of arithmatic to use. |
|
OuterJoinType
Enum for the type of outer join. |
|
PrimitiveValue
Classes implementing this interface are responsible for parsing, setting and getting the value of the different basic Java data types that occur in an event expression. |
|
PrimitiveValueBase
Abstract class for literal values supplied in an event expression string and prepared expression values supplied by set methods. |
|
PrimitiveValueType
Enumeration of types of primitive values. |
|
RelationalOpEnum
Enum representing relational types of operation. |
|
RelationalOpEnum.Computer
Computer for relational op. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |