get_average_statistic_for_stream_and_type(p_stream_id integer, p_stream_statistic_type_id integer)


Description

Returns the average value of a statistic for the given stream and type. If the stream ended, averages only values until the ended_at.

Parameters

Name Type Mode
p_stream_id integer IN
p_stream_statistic_type_id integer IN

Definition