get_stream_time_range

Function get_stream_time_range 

Source
pub async fn get_stream_time_range(
    client: &mut Client,
    stream_id: &str,
) -> Result<TimeRange>
Expand description

Retrieves the time range of a stream.

This function queries the blocks table to find the minimum begin_time and maximum end_time for a given stream_id.