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
fn parse_interval_components(
value: &str,
config: &IntervalParseConfig,
) -> Result<Vec<(IntervalAmount, IntervalUnit)>, ArrowError>
parse the string into a vector of interval components i.e. (amount, unit) tuples