Package | Description |
---|---|
com.espertech.esper.common.internal.epl.enummethod.dot |
Enumeration method utility classes and input data sources.
|
com.espertech.esper.common.internal.epl.enummethod.eval |
Enumeration method implementations.
|
com.espertech.esper.common.internal.epl.expression.agg.accessagg | |
com.espertech.esper.common.internal.epl.expression.declared.compiletime | |
com.espertech.esper.common.internal.epl.expression.dot.core | |
com.espertech.esper.common.internal.epl.expression.dot.inner |
Expression dot-method innerForge evaluators.
|
com.espertech.esper.common.internal.epl.expression.etc | |
com.espertech.esper.common.internal.epl.expression.ops | |
com.espertech.esper.common.internal.epl.expression.prev |
'Previous'-group indexExpressions.
|
com.espertech.esper.common.internal.epl.expression.subquery | |
com.espertech.esper.common.internal.epl.expression.table | |
com.espertech.esper.common.internal.epl.script.core |
Script expression evaluation.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyDotEventCollectionForge |
class |
PropertyDotEventSingleForge |
class |
PropertyDotScalarArrayForge |
class |
PropertyDotScalarCollection |
class |
PropertyDotScalarIterable |
Modifier and Type | Field and Description |
---|---|
protected ExprEnumerationForge |
EnumUnionForge.evaluatorForge |
protected ExprEnumerationForge |
EnumIntersectForge.evaluatorForge |
protected ExprEnumerationForge |
EnumExceptForge.evaluatorForge |
Constructor and Description |
---|
EnumExceptForge(int numStreams,
ExprEnumerationForge evaluatorForge,
boolean scalar) |
EnumIntersectForge(int numStreams,
ExprEnumerationForge evaluatorForge,
boolean scalar) |
EnumUnionForge(int numStreams,
ExprEnumerationForge evaluatorForge,
boolean scalar) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExprAggMultiFunctionNode |
Modifier and Type | Class and Description |
---|---|
class |
ExprAggMultiFunctionCountMinSketchNode
Represents the Count-min sketch aggregate function.
|
class |
ExprAggMultiFunctionLinearAccessNode |
class |
ExprAggMultiFunctionSortedMinMaxByNode |
class |
ExprPlugInMultiFunctionAggNode
Represents a custom aggregation function in an expresson tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprDeclaredForgeBase |
class |
ExprDeclaredForgeNoRewrite |
class |
ExprDeclaredForgeRewrite |
Modifier and Type | Class and Description |
---|---|
class |
ExprDotNodeAggregationMethodRootNode |
class |
ExprDotNodeForgeRootChild |
Modifier and Type | Method and Description |
---|---|
ExprEnumerationForge |
ExprDotEnumerationSourceForge.getEnumeration() |
Constructor and Description |
---|
ExprDotEnumerationSourceForge(EPType returnType,
Integer streamOfProviderIfApplicable,
ExprEnumerationForge enumeration) |
ExprDotEnumerationSourceForgeForProps(ExprEnumerationForge enumeration,
EPType returnType,
Integer streamOfProviderIfApplicable,
ExprEnumerationGivenEventForge enumerationGivenEvent) |
ExprDotNodeForgeRootChild(ExprDotNodeImpl parent,
FilterExprAnalyzerAffector filterExprAnalyzerAffector,
Integer streamNumReferenced,
String rootPropertyName,
boolean hasEnumerationMethod,
ExprForge rootNodeForge,
ExprEnumerationForge rootLambdaEvaluator,
EPType typeInfo,
ExprDotForge[] forgesIteratorEventBean,
ExprDotForge[] forgesUnpacking,
boolean checkedUnpackEvent) |
Modifier and Type | Field and Description |
---|---|
protected ExprEnumerationForge |
InnerDotEnumerableScalarCollectionForge.rootLambdaForge |
protected ExprEnumerationForge |
InnerDotEnumerableEventCollectionForge.rootLambdaForge |
protected ExprEnumerationForge |
InnerDotEnumerableEventBeanForge.rootLambdaForge |
Constructor and Description |
---|
InnerDotEnumerableEventBeanForge(ExprEnumerationForge rootLambdaForge,
EventType eventType) |
InnerDotEnumerableEventCollectionForge(ExprEnumerationForge rootLambdaForge,
EventType eventType) |
InnerDotEnumerableScalarCollectionForge(ExprEnumerationForge rootLambdaForge,
Class componentType) |
Modifier and Type | Field and Description |
---|---|
protected ExprEnumerationForge |
ExprEvalEnumerationSingleToCollForge.enumerationForge |
protected ExprEnumerationForge |
ExprEvalEnumerationCollForge.enumerationForge |
protected ExprEnumerationForge |
ExprEvalEnumerationAtBeanSingleForge.enumerationForge |
protected ExprEnumerationForge |
ExprEvalEnumerationAtBeanCollTable.enumerationForge |
protected ExprEnumerationForge |
ExprEvalEnumerationAtBeanColl.enumerationForge |
Constructor and Description |
---|
ExprEvalEnumerationAtBeanColl(ExprEnumerationForge enumerationForge,
EventType eventTypeColl) |
ExprEvalEnumerationAtBeanCollTable(ExprEnumerationForge enumerationForge,
TableMetaData table) |
ExprEvalEnumerationAtBeanSingleForge(ExprEnumerationForge enumerationForge,
EventType eventTypeSingle) |
ExprEvalEnumerationCollForge(ExprEnumerationForge enumerationForge,
EventType targetType,
boolean firstRowOnly) |
ExprEvalEnumerationSingleToCollForge(ExprEnumerationForge enumerationForge,
EventType targetType) |
ExprEvalStreamNumEnumCollForge(ExprEnumerationForge enumeration) |
ExprEvalStreamNumEnumSingleForge(ExprEnumerationForge enumeration) |
Modifier and Type | Class and Description |
---|---|
class |
ExprArrayNodeForge |
Modifier and Type | Class and Description |
---|---|
class |
ExprPreviousNode
Represents the 'prev' previous event function in an expression node tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprSubselectAllSomeAnyNode
Represents a subselect in an expression tree.
|
class |
ExprSubselectExistsNode
Represents an exists-subselect in an expression tree.
|
class |
ExprSubselectInNode
Represents a subselect in an expression tree.
|
class |
ExprSubselectNode
Represents a subselect in an expression tree.
|
class |
ExprSubselectRowNode
Represents a subselect in an expression tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprTableAccessNodeSubprop |
Modifier and Type | Class and Description |
---|---|
class |
ExprNodeScript |
Copyright © 2005–2019. All rights reserved.