MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / is_temporal

Method is_temporal

nodedb-sql/src/temporal.rs:44–46  ·  view source on GitHub ↗

True when either temporal axis is qualified.

(&self)

Source from the content-addressed store, hash-verified

42impl 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}

Callers 9

optimizeFunction · 0.80
plan_scanMethod · 0.80
plan_scanMethod · 0.80
plan_scanMethod · 0.80
plan_aggregateMethod · 0.80
plan_scanMethod · 0.80
plan_scanMethod · 0.80
plan_aggregateMethod · 0.80
plan_scanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected