Modifier and Type | Method and Description |
---|---|
DotMethodFP |
DateTimeMethodValidateContext.getFootprintFound()
Returns the actual footprint chosen.
|
DotMethodFP[] |
DateTimeMethodDescriptor.getFootprints()
Returns the footprints
|
Constructor and Description |
---|
DateTimeMethodDescriptor(DotMethodFP[] footprints)
Ctor.
|
DateTimeMethodValidateContext(DotMethodFP footprintFound,
StreamTypeService streamTypeService,
DatetimeMethodDesc currentMethod,
List<ExprNode> currentParameters,
StatementRawInfo statementRawInfo)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
DotMethodFP |
EnumMethodValidateContext.getFootprintFound()
Returns the actual footprint chosen.
|
DotMethodFP[] |
EnumMethodDescriptor.getFootprints()
Returns the footprints
|
Constructor and Description |
---|
EnumMethodDescriptor(DotMethodFP[] footprints)
Ctor.
|
EnumMethodValidateContext(DotMethodFP footprintFound,
EventType inputEventType,
EPTypeClass inputCollectionComponentType,
StreamTypeService streamTypeService,
EnumMethodEnum currentMethod,
List<ExprNode> currentParameters,
StatementRawInfo statementRawInfo)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
DotMethodFP[] |
AggregationMethodSortedFootprintEnum.getFp() |
Modifier and Type | Method and Description |
---|---|
DotMethodFP[] |
DatetimeMethodDesc.getFootprints() |
DotMethodFP[] |
DatetimeMethodBuiltin.getFootprints() |
Constructor and Description |
---|
DatetimeMethodDesc(DatetimeMethodEnum datetimeMethod,
DatetimeMethodProviderForgeFactory forgeFactory,
DotMethodFP[] parameters) |
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.NOOP_REVERSE |
static DotMethodFP[] |
EnumMethodEnumParams.ORDERBY_DISTINCT_ARRAYOF_MOSTLEAST_MINMAX |
static DotMethodFP[] |
EnumMethodEnumParams.SELECTFROM_MINMAXBY |
static DotMethodFP[] |
EnumMethodEnumParams.SEQ_EQUALS_FP |
static DotMethodFP[] |
EnumMethodEnumParams.SET_LOGIC_FP |
static DotMethodFP[] |
EnumMethodEnumParams.TAKE |
static DotMethodFP[] |
EnumMethodEnumParams.TAKELAST |
static DotMethodFP[] |
EnumMethodEnumParams.TOMAP |
static DotMethodFP[] |
EnumMethodEnumParams.WHERE_FP |
Modifier and Type | Method and Description |
---|---|
DotMethodFP[] |
EnumMethodDesc.getFootprints() |
DotMethodFP[] |
EnumMethodBuiltin.getFootprints() |
Modifier and Type | Method and Description |
---|---|
abstract EnumForgeDescFactory |
ExprDotForgeEnumMethodBase.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
void |
ExprDotForgeEnumMethodBase.initialize(DotMethodFP footprint,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
List<ExprNode> parameters,
StreamTypeService streamTypeService,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
EnumMethodDesc(String methodName,
EnumMethodEnum enumMethod,
ExprDotForgeEnumMethodFactory factory,
DotMethodFP[] parameters) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeAggregate.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeSetExceptIntersectUnion.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeNoOp.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeReverse.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeSequenceEqual.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeTakeAndTakeLast.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeEnumMethodPlugin.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
void |
ExprDotForgeEnumMethodPlugin.initialize(DotMethodFP footprint,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
List<ExprNode> parameters,
StreamTypeService streamTypeService,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeLambdaThreeForm.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeTwoLambda.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
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) |
Copyright © 2005–2021. All rights reserved.