True when either temporal axis is qualified.
(&self)
| 42 | impl TemporalScope { |
| 43 | /// True when either temporal axis is qualified. |
| 44 | pub fn is_temporal(&self) -> bool { |
| 45 | self.system_as_of_ms.is_some() || !matches!(self.valid_time, ValidTime::Any) |
| 46 | } |
| 47 | } |
no outgoing calls
no test coverage detected