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

-- Legacy wrapper around a function moved to mozfun. CREATE OR REPLACE FUNCTION udf.json_extract_int_map(input STRING) AS ( mozfun.json.extract_int_map(input) );