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

Function default_time_range

nodedb-sql/src/engine_rules/timeseries.rs:133–135  ·  view source on GitHub ↗

Default time range bounds for the SqlPlan IR. Actual time range extraction from filter predicates happens during PhysicalPlan conversion (Origin: `value::extract_time_range`). At the SqlPlan level, we pass unbounded defaults.

()

Source from the content-addressed store, hash-verified

131/// PhysicalPlan conversion (Origin: `value::extract_time_range`).
132/// At the SqlPlan level, we pass unbounded defaults.
133fn default_time_range() -> (i64, i64) {
134 (i64::MIN, i64::MAX)
135}

Callers 2

plan_scanMethod · 0.85
plan_aggregateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected