polars_time::chunkedarray::string::infer

Trait StrpTimeParser

Source
pub trait StrpTimeParser<T> {
    // Required method
    fn parse_bytes(
        &mut self,
        val: &[u8],
        time_unit: Option<TimeUnit>,
    ) -> Option<T>;
}

Required Methods§

Source

fn parse_bytes(&mut self, val: &[u8], time_unit: Option<TimeUnit>) -> Option<T>

Implementors§