Skip to main content

OrderableAggMixin

This class provides a mixin for aggregate functions that support an ordering clause during their execution. It is primarily used to enable the 'allow_order_by' attribute, though it has been deprecated in favor of using the base Aggregate class directly.

Attributes

AttributeTypeDescription
allow_order_byboolean = TrueA boolean flag that determines whether the aggregate function supports an ORDER BY clause within its SQL expression.

Constructor

Signature

def OrderableAggMixin()