Packages

Unit functions for the serialization to a database of a Cldr.Unit.t data type. Also includes aggregation and sum functions.

Current section

Files

Jump to
ex_cldr_units_sql priv SQL postgres drop_aggregate_functions.sql
Raw

priv/SQL/postgres/drop_aggregate_functions.sql

DROP AGGREGATE IF EXISTS sum(cldr_unit);
DROP FUNCTION IF EXISTS unit_state_function(agg_state cldr_unit, unit cldr_unit);