pub fn expand_linear_format_parameter_groups(
groups: Vec<ParameterGroupSpec>,
declaration: impl Fn(&ParameterMemberSpec) -> Result<Option<LinearFormatSpec>, ParallelPlanError>,
) -> Result<Vec<ParameterGroupSpec>, ParallelPlanError>Expand description
Rewrites semantic dense matrix declarations into their authoritative physical checkpoint representation and publishes every required companion in the same atomic parameter group.