Class OrderByProcessorImpl
java.lang.Object
com.espertech.esper.common.internal.epl.resultset.order.OrderByProcessorImpl
An order-by processor that sorts events according to the expressions
in the order_by clause.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CodegenMethod
determineLocalMinMaxCodegen
(OrderByProcessorForgeImpl forge, CodegenClassScope classScope, CodegenNamedMethods namedMethods) static void
getSortKeyCodegen
(OrderByProcessorForgeImpl forge, CodegenMethod method, CodegenClassScope classScope, CodegenNamedMethods namedMethods) static void
getSortKeyRollupCodegen
(OrderByProcessorForgeImpl forge, CodegenMethod method, CodegenClassScope classScope, CodegenNamedMethods namedMethods)
-
Constructor Details
-
OrderByProcessorImpl
public OrderByProcessorImpl()
-
-
Method Details
-
getSortKeyCodegen
public static void getSortKeyCodegen(OrderByProcessorForgeImpl forge, CodegenMethod method, CodegenClassScope classScope, CodegenNamedMethods namedMethods) -
getSortKeyRollupCodegen
public static void getSortKeyRollupCodegen(OrderByProcessorForgeImpl forge, CodegenMethod method, CodegenClassScope classScope, CodegenNamedMethods namedMethods) -
determineLocalMinMaxCodegen
public static CodegenMethod determineLocalMinMaxCodegen(OrderByProcessorForgeImpl forge, CodegenClassScope classScope, CodegenNamedMethods namedMethods)
-