Skip to main content

extract_time_range_strict

Function extract_time_range_strict 

Source
pub fn extract_time_range_strict(
    ts_col_name: &str,
    ts_col_unit: TimeUnit,
    filters: &[Expr],
) -> TimeRangeExtraction
Expand description

Strictly extracts the time range of ts_col_name from the (implicitly AND-ed) scan filters. See TimeRangeExtraction.