sql/moz-fx-data-shared-prod/udf/histogram_to_mean/udf.sql (3 lines of code) (raw):

-- Legacy wrapper around a function moved to mozfun. CREATE OR REPLACE FUNCTION udf.histogram_to_mean(histogram ANY TYPE) AS ( mozfun.hist.mean(histogram) );