Package | Description |
---|---|
com.espertech.esper.epl.agg.factory |
Aggregator factories
|
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 | Field and Description |
---|---|
protected ExprPlugInAggMultiFunctionNodeFactory |
AggregationStatePluginForge.parent |
protected ExprPlugInAggMultiFunctionNodeFactory |
AggregationStatePluginFactory.parent |
Modifier and Type | Method and Description |
---|---|
ExprPlugInAggMultiFunctionNodeFactory |
AggregationStatePluginForge.getParent() |
Modifier and Type | Method and Description |
---|---|
AggregationStateFactoryForge |
AggregationFactoryFactoryDefault.makePlugInAccess(StatementExtensionSvcContext statementExtensionSvcContext,
ExprPlugInAggMultiFunctionNodeFactory factory) |
AggregationStateFactoryForge |
AggregationFactoryFactory.makePlugInAccess(StatementExtensionSvcContext statementExtensionSvcContext,
ExprPlugInAggMultiFunctionNodeFactory factory) |
Constructor and Description |
---|
AggregationStatePluginFactory(ExprPlugInAggMultiFunctionNodeFactory parent,
PlugInAggregationMultiFunctionStateForge stateForge) |
AggregationStatePluginForge(ExprPlugInAggMultiFunctionNodeFactory parent) |
Modifier and Type | Method and Description |
---|---|
ExprPlugInAggMultiFunctionNodeFactory |
PlugInAggregationMultiFunctionStateForgeCodegenRowMemberContext.getParent() |
ExprPlugInAggMultiFunctionNodeFactory |
PlugInAggregationMultiFunctionStateForgeCodegenApplyContext.getParent() |
Constructor and Description |
---|
PlugInAggregationMultiFunctionStateForgeCodegenApplyContext(ExprPlugInAggMultiFunctionNodeFactory parent,
int column,
CodegenMethodNode method,
ExprForgeCodegenSymbol symbols,
CodegenClassScope classScope,
CodegenNamedMethods namedMethods) |
PlugInAggregationMultiFunctionStateForgeCodegenRowMemberContext(ExprPlugInAggMultiFunctionNodeFactory parent,
int column,
CodegenCtor ctor,
CodegenMembersColumnized membersColumnized,
CodegenClassScope classScope) |