Cldr.Unit.DDL.define_aggregate_functions

You're seeing just the function define_aggregate_functions, go back to Cldr.Unit.DDL module for more information.
Link to this function

define_aggregate_functions(db_type \\ :postgres)

View Source

Returns the SQL string which when executed will define aggregate functions for the money_with_currency data type.

Arguments

  • db_type: the type of the database for which the SQL string should be returned. Defaults to :postgres which is currently the only supported database type.