add_stream_statistic(p_stream_id integer, p_stream_statistic_type_id integer, p_value integer, p_timepoint timestamp without time zone DEFAULT CURRENT_TIMESTAMP)


Description

Adds a new stream statistic entry for the specified stream and statistic type. Returns the newly created statistic entry.

Parameters

Name Type Mode
p_stream_id integer IN
p_stream_statistic_type_id integer IN
p_value integer IN
p_timepoint timestamp without time zone IN

Definition