Function expr::func::date_bin[][src]

pub fn date_bin<'a, T>(
    stride: Interval,
    source: T,
    origin: T
) -> Result<Datum<'a>, EvalError> where
    T: TimestampLike