class documentation

class percentile_disc(OrderedSetAgg):

View In Hierarchy

Implement the percentile_disc 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, or if the arguments are an array, an _types.ARRAY of the sort expression's type.

New in version 1.1.
Class Variable array​_for​_multi​_clause Undocumented
Class Variable inherit​_cache Undocumented

Inherited from OrderedSetAgg:

Method within​_group​_type 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
array_for_multi_clause: bool =
inherit_cache: bool =