pub fn parse_duration(input: &str) -> IResult<&str, i64>
parse duration and return ttl, currently only support time part of psql interval type