Package | Description |
---|---|
com.espertech.esper.epl.agg.service.table |
Aggregation services - table aggregation.
|
Modifier and Type | Method and Description |
---|---|
static AggSvcTableGetterType |
AggSvcTableGetterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggSvcTableGetterType[] |
AggSvcTableGetterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupByWTableForge.getCodegen(AggSvcTableGetterType getterType,
CodegenMethodNode method,
CodegenClassScope classScope,
CodegenNamedMethods namedMethods) |
static void |
AggSvcGroupAllWTableImpl.getGroupAllValueCodegen(AggSvcTableGetterType getterType,
CodegenMethodNode method,
CodegenClassScope classScope,
AggregationAccessorSlotPair[] accessors) |
static void |
AggSvcGroupByWTableBase.getGroupByValueCodegen(AggSvcTableGetterType getterType,
CodegenMethodNode method,
CodegenClassScope classScope,
CodegenNamedMethods namedMethods,
int numMethodAggs,
AggregationAccessorSlotPair[] accessors) |