class documentation

class mode(OrderedSetAgg):

View In Hierarchy

Implement the mode ordered-set aggregate function.

This function must be used with the .FunctionElement.within_group modifier to supply a sort expression to operate upon.

The return type of this function is the same as the sort expression.

New in version 1.1.
Class Variable inherit​_cache Undocumented

Inherited from OrderedSetAgg:

Method within​_group​_type Undocumented
Class Variable array​_for​_multi​_clause Undocumented

Inherited from GenericFunction (via OrderedSetAgg):

Method __init__ Undocumented
Class Variable ​_register Undocumented
Class Variable coerce​_arguments Undocumented
Instance Variable ​_bind Undocumented
Instance Variable ​_has​_args Undocumented
Instance Variable clause​_expr Undocumented
Instance Variable packagenames Undocumented
Instance Variable type Undocumented
inherit_cache: bool =