Scalar. Returns the sine, in radians, of a given value.
Return
value
Float
INSERT INTO OutStream SELECT SIN(InStream.FloatColumn) FROM InStream;