Special cases for data types - Piiit/tpg GitHub Wiki
Not implemented features for temporal bounds ts and te:
- Floating-point Types:
NaNis not allowed NULLis not allowed- Check for
ts < te(or is it<=?!) - Range Types:
[ts, te)where[)is the only allowed range bound (=Postgres default)