Function parse_interval_components

Source
fn parse_interval_components(
    value: &str,
    config: &IntervalParseConfig,
) -> Result<Vec<(IntervalAmount, IntervalUnit)>, ArrowError>
Expand description

parse the string into a vector of interval components i.e. (amount, unit) tuples