pub fn expand_fields<F: FieldId + Clone, A: AggField<F>>(
    fields: &[DumpOptionField<F, A>],
    detail: bool
) -> Vec<DumpField<F>>
Expand description

Expand the Agg fields and collect them with other Unit fields.