Here are all the dataType supported in CocoIndex: https://cocoindex.io/docs/core/data_types We want to add TimeDelta Type, following https://github.com/cocoindex-io/cocoindex/issues/217 See - [timedelta in Python](https://docs.python.org/3/library/datetime.html#datetime.timedelta) - [interval in postgres](https://www.postgresql.org/docs/current/datatype.html#:~:text=four%2Dbyte%20integer-,interval,-%5B%20fields%20%5D%20%5B%20%28) - [TimeDelta in Rust](https://docs.rs/chrono/latest/chrono/struct.TimeDelta.html)