DROP AGGREGATE IF EXISTS median( NUMERIC ); DROP FUNCTION IF EXISTS _final_median( NUMERIC [] );