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

-- Legacy wrapper around a function moved to mozfun. CREATE OR REPLACE FUNCTION udf.mode_last(list ANY TYPE) AS ( mozfun.stats.mode_last(list) );