Package | Description |
---|---|
com.espertech.esper.epl.datetime.calop |
Date-Time calendar operations.
|
com.espertech.esper.epl.datetime.eval |
Date-Time methods and related utility classes.
|
com.espertech.esper.epl.datetime.reformatop |
Date-Time re-formatting operations.
|
com.espertech.esper.epl.enummethod.dot |
Enumeration method utility classes and input data sources.
|
com.espertech.esper.epl.enummethod.eval |
Enumeration method implementations.
|
com.espertech.esper.epl.expression.dot |
Chained expression functionality.
|
com.espertech.esper.epl.expression.dot.inner |
Expression dot-method innerForge evaluators.
|
com.espertech.esper.epl.rettype |
EPL-internal expression return type.
|
com.espertech.esper.epl.table.mgmt |
Table-related services and metadata.
|
com.espertech.esper.metrics.instrumentation |
EPL instrumentation helpers.
|
com.espertech.esper.plugin |
APIs for plug-in adapter (for input-output) and plug-in event representation (event types and event objects) are in
this package.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
CalendarOpUtil.getFormatter(EPType inputType,
java.lang.String methodName,
ExprNode exprNode,
ExprEvaluatorContext exprEvaluatorContext) |
Modifier and Type | Method and Description |
---|---|
EPType |
ExprDotDTMethodDesc.getReturnType() |
EPType |
ExprDotDTForge.getTypeInfo() |
Modifier and Type | Method and Description |
---|---|
static ExprDotDTMethodDesc |
ExprDotDTFactory.validateMake(StreamTypeService streamTypeService,
java.util.Deque<ExprChainedSpec> chainSpecStack,
DatetimeMethodEnum dtMethod,
java.lang.String dtMethodName,
EPType inputType,
java.util.List<ExprNode> parameters,
ExprDotNodeFilterAnalyzerInput inputDesc,
java.util.TimeZone timeZone,
TimeAbacus timeAbacus,
ExprEvaluatorContext exprEvaluatorContext) |
Constructor and Description |
---|
ExprDotDTMethodDesc(ExprDotForge forge,
EPType returnType,
FilterExprAnalyzerAffector intervalFilterDesc) |
Modifier and Type | Method and Description |
---|---|
ReformatForge |
ReformatForgeFactory.getForge(EPType inputType,
java.util.TimeZone timeZone,
TimeAbacus timeAbacus,
DatetimeMethodEnum method,
java.lang.String methodNameUsed,
java.util.List<ExprNode> parameters,
ExprEvaluatorContext exprEvaluatorContext) |
Modifier and Type | Field and Description |
---|---|
protected EPType |
ExprDotForgeEnumMethodBase.typeInfo |
Modifier and Type | Method and Description |
---|---|
EPType |
ExprDotStaticMethodWrapIterableScalar.getTypeInfo() |
EPType |
ExprDotStaticMethodWrapIterableEvents.getTypeInfo() |
EPType |
ExprDotStaticMethodWrapEventBeanColl.getTypeInfo() |
EPType |
ExprDotStaticMethodWrapEventBeanArr.getTypeInfo() |
EPType |
ExprDotStaticMethodWrapCollection.getTypeInfo() |
EPType |
ExprDotStaticMethodWrapArrayScalar.getTypeInfo() |
EPType |
ExprDotStaticMethodWrapArrayEvents.getTypeInfo() |
EPType |
ExprDotStaticMethodWrap.getTypeInfo() |
EPType |
ExprDotForgeUnpackCollEventBeanTable.getTypeInfo() |
EPType |
ExprDotForgeUnpackCollEventBean.getTypeInfo() |
EPType |
ExprDotForgeUnpackBeanTable.getTypeInfo() |
EPType |
ExprDotForgeUnpackBean.getTypeInfo() |
EPType |
ExprDotForgeProperty.getTypeInfo() |
EPType |
ExprDotForgeEnumMethodEval.getTypeInfo() |
EPType |
ExprDotForgeEnumMethodBase.getTypeInfo() |
Modifier and Type | Method and Description |
---|---|
void |
ExprDotForgeEnumMethodBase.init(java.lang.Integer streamOfProviderIfApplicable,
EnumMethodEnum enumMethodEnum,
java.lang.String enumMethodUsedName,
EPType typeInfo,
java.util.List<ExprNode> parameters,
ExprValidationContext validationContext) |
void |
ExprDotForgeEnumMethod.init(java.lang.Integer streamOfProviderIfApplicable,
EnumMethodEnum lambda,
java.lang.String lambdaUsedName,
EPType currentInputType,
java.util.List<ExprNode> parameters,
ExprValidationContext validationContext) |
void |
ExprDotForgeEnumMethodBase.setTypeInfo(EPType typeInfo) |
Constructor and Description |
---|
ExprDotForgeProperty(EventPropertyGetterSPI getter,
EPType returnType) |
Modifier and Type | Field and Description |
---|---|
protected EPType |
EnumMinMaxByScalarLambdaForge.resultType |
protected EPType |
EnumLastOfPredicateScalarForge.resultType |
protected EPType |
EnumFirstOfPredicateScalarForge.resultType |
Constructor and Description |
---|
EnumFirstOfNoPredicateForge(int streamCountIncoming,
EPType resultType) |
EnumFirstOfPredicateScalarForge(ExprForge innerExpression,
int streamCountIncoming,
ObjectArrayEventType type,
EPType resultType) |
EnumLastOfNoPredicateForge(int streamCountIncoming,
EPType resultType) |
EnumLastOfPredicateScalarForge(ExprForge innerExpression,
int streamCountIncoming,
ObjectArrayEventType type,
EPType resultType) |
EnumMinMaxByScalarLambdaForge(ExprForge innerExpression,
int streamCountIncoming,
boolean max,
ObjectArrayEventType resultEventType,
EPType resultType) |
EnumMinMaxScalarForge(int streamCountIncoming,
boolean max,
EPType resultType) |
Modifier and Type | Method and Description |
---|---|
EPType |
ExprDotEnumerationSourceForge.getReturnType() |
EPType |
ExprDotEnumerationSource.getReturnType() |
EPType |
ExprDotMethodForgeNoDuckEvalWrapArray.getTypeInfo() |
EPType |
ExprDotMethodForgeNoDuckEvalPlain.getTypeInfo() |
EPType |
ExprDotMethodForgeNoDuck.getTypeInfo() |
EPType |
ExprDotMethodForgeDuckEval.getTypeInfo() |
EPType |
ExprDotMethodForgeDuck.getTypeInfo() |
EPType |
ExprDotForgeArraySize.getTypeInfo() |
EPType |
ExprDotForgeArrayGetEval.getTypeInfo() |
EPType |
ExprDotForgeArrayGet.getTypeInfo() |
EPType |
ExprDotForge.getTypeInfo() |
EPType |
ExprDotEvalRootChildInnerForge.getTypeInfo() |
Modifier and Type | Method and Description |
---|---|
static ExprDotNodeRealizedChain |
ExprDotNodeUtility.getChainEvaluators(java.lang.Integer streamOfProviderIfApplicable,
EPType inputType,
java.util.List<ExprChainedSpec> chainSpec,
ExprValidationContext validationContext,
boolean isDuckTyping,
ExprDotNodeFilterAnalyzerInput inputDesc) |
Constructor and Description |
---|
ExprDotEnumerationSource(EPType returnType,
java.lang.Integer streamOfProviderIfApplicable,
ExprEnumerationEval enumeration) |
ExprDotEnumerationSourceForge(EPType returnType,
java.lang.Integer streamOfProviderIfApplicable,
ExprEnumerationForge enumeration) |
ExprDotEnumerationSourceForgeForProps(ExprEnumerationForge enumeration,
EPType returnType,
java.lang.Integer streamOfProviderIfApplicable,
ExprEnumerationGivenEvent enumerationGivenEvent) |
ExprDotEnumerationSourceForProps(ExprEnumerationEval enumeration,
EPType returnType,
java.lang.Integer streamOfProviderIfApplicable,
ExprEnumerationGivenEvent enumerationGivenEvent) |
ExprDotNodeForgeRootChild(ExprDotNodeImpl parent,
FilterExprAnalyzerAffector filterExprAnalyzerAffector,
java.lang.Integer streamNumReferenced,
java.lang.String rootPropertyName,
boolean hasEnumerationMethod,
ExprForge rootNodeForge,
ExprEnumerationForge rootLambdaEvaluator,
EPType typeInfo,
ExprDotForge[] forgesIteratorEventBean,
ExprDotForge[] forgesUnpacking,
boolean checkedUnpackEvent) |
Modifier and Type | Method and Description |
---|---|
EPType |
InnerDotScalarUnpackEventForge.getTypeInfo() |
EPType |
InnerDotScalarForge.getTypeInfo() |
EPType |
InnerDotEnumerableScalarCollectionForge.getTypeInfo() |
EPType |
InnerDotEnumerableEventCollectionForge.getTypeInfo() |
EPType |
InnerDotEnumerableEventBeanForge.getTypeInfo() |
EPType |
InnerDotCollForge.getTypeInfo() |
EPType |
InnerDotArrPrimitiveToCollForge.getTypeInfo() |
EPType |
InnerDotArrObjectToCollForge.getTypeInfo() |
Modifier and Type | Class and Description |
---|---|
class |
ClassEPType
Any Java primitive type as well as any class and other non-array or non-collection type
|
class |
ClassMultiValuedEPType
An array or collection of native values.
|
class |
EventEPType |
class |
EventMultiValuedEPType
Clazz can be either
- Collection
- Array i.e.
|
class |
NullEPType |
Modifier and Type | Method and Description |
---|---|
static EPType |
EPTypeHelper.array(java.lang.Class arrayComponentType)
Indicate that the expression return type is an array of a given component type.
|
static EPType |
EPTypeHelper.collectionOfEvents(EventType eventTypeOfCollectionEvents)
Indicate that the expression return type is a collection of a given type of events.
|
static EPType |
EPTypeHelper.collectionOfSingleValue(java.lang.Class collectionComponentType)
Indicate that the expression return type is a collection of a given component type.
|
static EPType |
EPTypeHelper.fromMethod(java.lang.reflect.Method method)
Interrogate the provided method and determine whether it returns
single-value, array of single-value or collection of single-value and
their component type.
|
static EPType |
EPTypeHelper.nullValue() |
static EPType |
EPTypeHelper.optionalFromEnumerationExpr(int statementId,
EventAdapterService eventAdapterService,
ExprNode exprNode) |
static EPType |
EPTypeHelper.singleEvent(EventType eventTypeOfSingleEvent)
Indicate that the expression return type is single event of a given event type.
|
static EPType |
EPTypeHelper.singleValue(java.lang.Class singleValueType)
Indicate that the expression return type is a single (non-enumerable) value of the given type.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Class |
EPTypeHelper.getClassMultiValued(EPType type) |
static java.lang.Class |
EPTypeHelper.getClassSingleValued(EPType type) |
static java.lang.Class |
EPTypeHelper.getCodegenReturnType(EPType theType) |
static EventType |
EPTypeHelper.getEventType(EPType epType) |
static EventType |
EPTypeHelper.getEventTypeMultiValued(EPType type) |
static EventType |
EPTypeHelper.getEventTypeSingleValued(EPType type) |
static java.lang.Class |
EPTypeHelper.getNormalizedClass(EPType theType) |
static boolean |
EPTypeHelper.isCarryEvent(EPType epType) |
static java.lang.Class |
EPTypeHelper.optionalIsComponentTypeColl(EPType type) |
static EventType |
EPTypeHelper.optionalIsEventTypeColl(EPType type) |
static EventType |
EPTypeHelper.optionalIsEventTypeSingle(EPType type) |
static java.lang.String |
EPTypeHelper.toTypeDescriptive(EPType epType)
Returns a nice text detailing the expression result type.
|
Modifier and Type | Method and Description |
---|---|
EPType |
TableMetadataColumnAggregation.getOptionalEnumerationType() |
Constructor and Description |
---|
TableMetadataColumnAggregation(java.lang.String columnName,
AggregationMethodFactory factory,
int methodOffset,
AggregationAccessorSlotPair accessAccessorSlotPair,
EPType optionalEnumerationType,
EventType optionalEventType) |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationDefault.aExprDotChainElement(EPType typeInfo,
java.lang.Object result) |
void |
Instrumentation.aExprDotChainElement(EPType typeInfo,
java.lang.Object result) |
void |
InstrumentationDefault.qExprDotChain(EPType targetTypeInfo,
java.lang.Object target,
ExprDotEval[] evalUnpacking) |
void |
Instrumentation.qExprDotChain(EPType targetTypeInfo,
java.lang.Object target,
ExprDotEval[] evalUnpacking) |
Modifier and Type | Method and Description |
---|---|
EPType |
PlugInAggregationMultiFunctionHandler.getReturnType()
Provide return type.
|