Package | Description |
---|---|
com.espertech.esper.epl.join.plan |
Inner join and outer join query planning
|
com.espertech.esper.filter |
Main switchboard filtering and routing of incoming events to interested statements is performed in this package.
|
Modifier and Type | Method and Description |
---|---|
static QueryGraphRangeEnum |
QueryGraphRangeEnum.mapFrom(FilterOperator op) |
Modifier and Type | Method and Description |
---|---|
FilterOperator |
FilterValueSetParamImpl.getFilterOperator() |
FilterOperator |
FilterValueSetParam.getFilterOperator()
Returns the filter operator type.
|
FilterOperator |
FilterSpecParam.getFilterOperator()
Returns the filter operator type.
|
FilterOperator |
FilterParamIndexBase.getFilterOperator()
Returns the filter operator that the index matches for.
|
static FilterOperator |
FilterOperator.parseRangeOperator(boolean isInclusiveFirst,
boolean isInclusiveLast,
boolean isNot)
Parse the range operator from booleans describing whether the start or end values are exclusive.
|
FilterOperator |
FilterOperator.reversedRelationalOp() |
static FilterOperator |
FilterOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterOperator[] |
FilterOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
FilterSpecParamComparator.compare(FilterOperator param1,
FilterOperator param2) |
static FilterParamIndexBase |
IndexFactory.createIndex(FilterSpecLookupable lookupable,
FilterServiceGranularLockFactory lockFactory,
FilterOperator filterOperator)
Factory for indexes that store filter parameter constants for a given event property and filter
operator.
|