Package | Description |
---|---|
com.espertech.esper.client.hook |
Callback interfaces for use with statement annotations.
|
com.espertech.esper.epl.agg.factory |
Aggregator factories
|
Modifier and Type | Method and Description |
---|---|
ExprPlugInAggNode |
AggregationFunctionFactoryCodegenRowMemberContext.getParent()
Returns the expression node
|
ExprPlugInAggNode |
AggregationFunctionFactoryCodegenRowGetValueContext.getParent()
Returns the expression node
|
ExprPlugInAggNode |
AggregationFunctionFactoryCodegenRowClearContext.getParent()
Returns the expression node
|
ExprPlugInAggNode |
AggregationFunctionFactoryCodegenRowApplyContextUnmanaged.getParent()
Returns the expression node
|
ExprPlugInAggNode |
AggregationFunctionFactoryCodegenRowApplyContextManaged.getParent()
Returns the expression node
|
Constructor and Description |
---|
AggregationFunctionFactoryCodegenRowApplyContextManaged(ExprPlugInAggNode parent,
int column,
CodegenMethodNode method,
CodegenClassScope classScope)
Ctor.
|
AggregationFunctionFactoryCodegenRowApplyContextUnmanaged(ExprPlugInAggNode parent,
int column,
CodegenMethodNode method,
ExprForgeCodegenSymbol symbols,
ExprForge[] forges,
CodegenClassScope classScope)
Ctor.
|
AggregationFunctionFactoryCodegenRowClearContext(ExprPlugInAggNode parent,
int column,
CodegenMethodNode method,
CodegenClassScope classScope)
Ctor.
|
AggregationFunctionFactoryCodegenRowGetValueContext(ExprPlugInAggNode parent,
int column,
CodegenMethodNode method,
CodegenClassScope classScope)
Ctor.
|
AggregationFunctionFactoryCodegenRowMemberContext(ExprPlugInAggNode parent,
int column,
CodegenCtor ctor,
CodegenMembersColumnized membersColumnized)
Ctor.
|
Modifier and Type | Field and Description |
---|---|
protected ExprPlugInAggNode |
AggregationMethodFactoryPlugIn.parent |
Modifier and Type | Method and Description |
---|---|
AggregationMethodFactory |
AggregationFactoryFactoryDefault.makePlugInMethod(StatementExtensionSvcContext statementExtensionSvcContext,
ExprPlugInAggNode expr,
AggregationFunctionFactory factory,
java.lang.Class childType) |
AggregationMethodFactory |
AggregationFactoryFactory.makePlugInMethod(StatementExtensionSvcContext statementExtensionSvcContext,
ExprPlugInAggNode expr,
AggregationFunctionFactory factory,
java.lang.Class childType) |
Constructor and Description |
---|
AggregationMethodFactoryPlugIn(ExprPlugInAggNode parent,
AggregationFunctionFactory aggregationFunctionFactory,
java.lang.Class aggregatedValueType) |