get_latest_statistic_for_stream_and_type(p_stream_id integer, p_stream_statistic_type_id integer)


Description

Retrieves the latest statistic entry for a specific stream and statistic type.

Parameters

Name Type Mode
p_stream_id integer IN
p_stream_statistic_type_id integer IN
statistic_in_time_id integer TABLE
stream_id integer TABLE
stream_statistic_type_id integer TABLE
statistic_type_name text TABLE
statistic_type_description text TABLE
value integer TABLE
timepoint timestamp without time zone TABLE

Definition