Package | Description |
---|---|
com.espertech.esper.epl.agg.access |
State multifunction aggregation methods
|
com.espertech.esper.epl.approx |
Approximation algos.
|
com.espertech.esper.epl.expression.table |
Table access and identifiers expressions.
|
com.espertech.esper.epl.table.mgmt |
Table-related services and metadata.
|
com.espertech.esper.epl.table.strategy |
Table access evaluators.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregationAccessorFirstLastIndexNoEval |
class |
AggregationAccessorFirstLastIndexWEval
Represents the aggregation accessor that provides the result for the "first" and "last" aggregation function with index.
|
class |
AggregationAccessorFirstNoEval
Represents the aggregation accessor that provides the result for the "first" aggregation function without index.
|
class |
AggregationAccessorFirstWEval
Represents the aggregation accessor that provides the result for the "first" aggregation function without index.
|
class |
AggregationAccessorLastNoEval |
class |
AggregationAccessorLastWEval
Represents the aggregation accessor that provides the result for the "last" aggregation function without index.
|
class |
AggregationAccessorMinMaxByBase
Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
|
class |
AggregationAccessorMinMaxByNonTable
Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
|
class |
AggregationAccessorMinMaxByTable
Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
|
class |
AggregationAccessorSortedNonTable
Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
|
class |
AggregationAccessorSortedTable
Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
|
class |
AggregationAccessorWindowNoEval
Represents the aggregation accessor that provides the result for the "window" aggregation function.
|
class |
AggregationAccessorWindowWEval
Represents the aggregation accessor that provides the result for the "window" aggregation function.
|
Modifier and Type | Method and Description |
---|---|
AggregationAccessor |
AggregationAccessorSlotPair.getAccessor()
Returns the accessor.
|
AggregationAccessor |
AggregationAccessorWindowWEvalForge.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
AggregationAccessor |
AggregationAccessorWindowNoEval.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
AggregationAccessor |
AggregationAccessorSortedTable.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
AggregationAccessor |
AggregationAccessorSortedNonTable.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
AggregationAccessor |
AggregationAccessorMinMaxByTable.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
AggregationAccessor |
AggregationAccessorMinMaxByNonTable.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
AggregationAccessor |
AggregationAccessorLastWEvalForge.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
AggregationAccessor |
AggregationAccessorLastNoEval.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
AggregationAccessor |
AggregationAccessorForge.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
AggregationAccessor |
AggregationAccessorFirstWEvalForge.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
AggregationAccessor |
AggregationAccessorFirstNoEval.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
AggregationAccessor |
AggregationAccessorFirstLastIndexWEvalForge.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
AggregationAccessor |
AggregationAccessorFirstLastIndexNoEvalForge.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
Constructor and Description |
---|
AggregationAccessorSlotPair(int slot,
AggregationAccessor accessor)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
CountMinSketchAggAccessorDefault |
class |
CountMinSketchAggAccessorFrequency |
class |
CountMinSketchAggAccessorTopk |
Modifier and Type | Method and Description |
---|---|
AggregationAccessor |
CountMinSketchAggAccessorTopk.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
AggregationAccessor |
CountMinSketchAggAccessorFrequencyForge.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
AggregationAccessor |
CountMinSketchAggAccessorDefault.getAccessor(EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
Modifier and Type | Method and Description |
---|---|
AggregationAccessor |
ExprTableAccessNodeSubpropAccessor.getAccessor(StatementContext statementContext,
boolean isFireAndForge) |
Modifier and Type | Method and Description |
---|---|
AggregationAccessor |
TableMetadataColumnPairAggAccess.getAccessor() |
Constructor and Description |
---|
TableMetadataColumnPairAggAccess(int dest,
AggregationAccessor accessor) |
Constructor and Description |
---|
ExprTableEvalStrategyUngroupedAccess(TableAndLockProviderUngrouped provider,
int slot,
AggregationAccessor accessor) |