Package | Description |
---|---|
com.espertech.esper.epl.datetime.eval |
Date-Time methods and related utility classes.
|
com.espertech.esper.epl.enummethod.dot |
Enumeration method utility classes and input data sources.
|
com.espertech.esper.epl.methodbase |
Dot-method validation for enumeration and date-time methods.
|
Modifier and Type | Method and Description |
---|---|
DotMethodFP[] |
DatetimeMethodEnum.getFootprints() |
Modifier and Type | Field and Description |
---|---|
static DotMethodFP[] |
EnumMethodEnumParams.AGGREGATE_FP |
static DotMethodFP[] |
EnumMethodEnumParams.ALLOF_ANYOF |
static DotMethodFP[] |
EnumMethodEnumParams.AVERAGE_SUMOF |
static DotMethodFP[] |
EnumMethodEnumParams.COUNTOF_FIRST_LAST |
static DotMethodFP[] |
EnumMethodEnumParams.GROUP |
static DotMethodFP[] |
EnumMethodEnumParams.MAP |
static DotMethodFP[] |
EnumMethodEnumParams.MIN_MAX |
static DotMethodFP[] |
EnumMethodEnumParams.MOST_LEAST_FREQ |
static DotMethodFP[] |
EnumMethodEnumParams.NOOP_REVERSE |
static DotMethodFP[] |
EnumMethodEnumParams.ORDERBY_DISTINCT |
static DotMethodFP[] |
EnumMethodEnumParams.SELECTFROM_MINBY_MAXBY |
static DotMethodFP[] |
EnumMethodEnumParams.SEQ_EQUALS_FP |
static DotMethodFP[] |
EnumMethodEnumParams.SET_LOGIC_FP |
static DotMethodFP[] |
EnumMethodEnumParams.TAKE |
static DotMethodFP[] |
EnumMethodEnumParams.TAKELAST |
static DotMethodFP[] |
EnumMethodEnumParams.WHERE_FP |
Modifier and Type | Method and Description |
---|---|
DotMethodFP[] |
EnumMethodEnum.getFootprints() |
Modifier and Type | Method and Description |
---|---|
static DotMethodFP |
DotMethodUtil.validateParametersDetermineFootprint(DotMethodFP[] footprints,
DotMethodTypeEnum methodType,
String methodUsedName,
DotMethodFPProvided providedFootprint,
DotMethodInputTypeMatcher inputTypeMatcher) |
Modifier and Type | Method and Description |
---|---|
boolean |
DotMethodInputTypeMatcher.matches(DotMethodFP footprint) |
static DotMethodFP |
DotMethodUtil.validateParametersDetermineFootprint(DotMethodFP[] footprints,
DotMethodTypeEnum methodType,
String methodUsedName,
DotMethodFPProvided providedFootprint,
DotMethodInputTypeMatcher inputTypeMatcher) |