Skip to main content

match_ts_column_literal

Function match_ts_column_literal 

Source
fn match_ts_column_literal<'a>(
    ts_col_name: &str,
    left: &'a Expr,
    right: &'a Expr,
) -> Option<(Timestamp, bool)>