Expand description
Lag-aligned sample planning for temporal discovery.
General x/y/z SampleRequest planning lives in
sample_request. This module owns the lag-gather
hot path (LaggedSamplePlan).
SPDX-License-Identifier: MIT OR Apache-2.0
Structsยง
- Drop
Summary - Rows dropped vs retained when aligning lags.
- LagMap
- Lag-alignment cache for a regular series of length
series_len. - Lagged
Column - One planned lagged column.
- Lagged
Prepared Sample - Borrowed prepared sample (views into a
LaggedSampleWorkspace). - Lagged
Sample Plan - Reusable plan for gathering a fixed set of lagged columns.
- Lagged
Sample Workspace - Caller-owned scratch for repeated
LaggedSamplePlan::preparecalls.