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.
()
| 131 | /// PhysicalPlan conversion (Origin: `value::extract_time_range`). |
| 132 | /// At the SqlPlan level, we pass unbounded defaults. |
| 133 | fn default_time_range() -> (i64, i64) { |
| 134 | (i64::MIN, i64::MAX) |
| 135 | } |
no outgoing calls
no test coverage detected