pub fn commodity_symbols_in_rows(rows: &[ReportRowView]) -> Vec<String>Expand description
Collect the set of commodity symbols present across all rows, in the order the row-data first mentions them. Drives the “Commodities as columns” pivot: a stable column ordering without depending on the user’s commodity list.