Reference material for TYPEOF function
TYPEOF(<expression>)
<expression>
SELECT TYPEOF(RANDOM()) AS random_data_type;
double precision