get_sum_statistic_for_stream_and_type(p_stream_id integer, p_stream_statistic_type_id integer)


Description

Calculates the sum of statistic values for a specific stream and type. If the stream has ended, the sum includes only values up to ended_at.

Parameters

Name Type Mode
p_stream_id integer IN
p_stream_statistic_type_id integer IN

Definition