get_max_statistic_for_stream_and_type(p_stream_id integer, p_stream_statistic_type_id integer)


Description

Returns the maximum value for the requested statistic type. If the stream ended, it only considers values up to ended_at.

Parameters

Name Type Mode
p_stream_id integer IN
p_stream_statistic_type_id integer IN

Definition