Interface | Description |
---|---|
OrderByProcessor |
A processor for ordering output events according to the order specified in the order-by clause.
|
OrderByProcessorFactory |
A processor for ordering output events according to the order specified in the order-by clause.
|
Class | Description |
---|---|
OrderByElement | |
OrderByProcessorFactoryFactory |
Factory for
OrderByProcessor processors. |
OrderByProcessorFactoryImpl |
An order-by processor that sorts events according to the expressions
in the order_by clause.
|
OrderByProcessorImpl |
An order-by processor that sorts events according to the expressions
in the order_by clause.
|
OrderByProcessorOrderedLimit |
Sorter and row limiter in one: sorts using a sorter and row limits
|
OrderByProcessorOrderedLimitFactory |
Sorter and row limiter in one: sorts using a sorter and row limits
|
OrderByProcessorRowLimitOnly |
An order-by processor that sorts events according to the expressions
in the order_by clause.
|
OrderByProcessorRowLimitOnlyFactory |
An order-by processor that sorts events according to the expressions
in the order_by clause.
|
RowLimitProcessor |
An limit-processor for use with "limit" and "offset".
|
RowLimitProcessorFactory |
A factory for row-limit processor instances.
|