from_seconds
from_seconds(number: numeric) -> timestamp
Given a numeric value representing seconds since epoch, return a timestamp of that point in time.
Domain
This is a scalar function (calculates a single output value for a single input row).
Categories
Examples
Treat in_fld as seconds since epoch, and set out_s to a timestamp representing that time.
Updated 6 months ago