Parameters
| Name | Type | Mode |
|---|---|---|
| p_stream_id | integer | IN |
| p_stream_statistic_type_id | integer | IN |
| p_start_date | timestamp without time zone | IN |
| p_end_date | timestamp without time zone | IN |
| hour_timestamp | timestamp without time zone | TABLE |
| avg_value | numeric | TABLE |
| min_value | integer | TABLE |
| max_value | integer | TABLE |
| count_entries | integer | TABLE |