You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(nodedb): wire bitemporal temporal scope through columnar and timeseries physical plans
Add `system_as_of_ms` and `valid_at_ms` fields to `ColumnarOp::Scan` and
`TimeseriesOp::Scan` in the physical plan. All non-bitemporal construction
sites (auto-tier, aggregate convert, native plan builders, wire helpers,
alert executor) initialise both fields to `None`.
In `sql_plan_convert`, propagate `temporal.system_as_of_ms` and the
valid-time point derived from `temporal` into the physical scan for
plain-columnar and timeseries paths; spatial and KV paths continue to
pass `None`. Thread `temporal` through `TimeseriesScanParams` so the
timeseries conversion function has access to the scope.
0 commit comments