Expand description
General sample request → plan → prepare path.
Temporal lag-only gathers remain in crate::sample as
LaggedSamplePlan.
SPDX-License-Identifier: MIT OR Apache-2.0
Structs§
- Prepared
Column - One resolved column in a
SamplePlan. - Prepared
RowSelector - Row-selection recipe baked into a plan (applied at prepare time).
- Prepared
Sample - Borrowed prepared sample.
- RowSelection
Ref - Borrowed row-index selection.
- Sample
Cache Key - Cache key for reusable plans (same request + data/policy version → same rows).
- Sample
Partitions - Column-role partitions within a prepared sample matrix.
- Sample
Plan - Reusable compiled sample plan.
- Sample
Request - Request describing which nodes and policies to materialize.
- Sample
Workspace - Caller-owned scratch for
SamplePlan::prepare.
Enums§
- Sample
Layout - How prepared values are laid out in the workspace buffer.
Type Aliases§
- Matrix
Ref - Alias for the design-matrix view returned by
PreparedSample.