Expand description

Aggregate function module contains all built-in aggregate functions definitions

Structs

Enums

Functions

  • return_typeDeprecated
    Returns the datatype of the aggregate function. This is used to get the returned data type for aggregate expr.
  • signatureDeprecated
    the signatures supported by the function fun.
  • Returns the internal sum datatype of the avg aggregate function.