sourcegraph/sourcegraph-public-snapshot
insights: replace/remove `GroupedResult` struct for compute streaming results
開放
#38,472 建立於 2022年7月8日
backendcode-insightsdebtgood first issue
倉庫指標
- 星標
- (10,290 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
PR #38416 removes deprecated code paths from the insights backend which means GroupedResult which we used for aggregating graphql results and adjacent structs are not needed anymore.
we can remove the computeTabulationResultToGroupedResults function and find a better common struct for ComputeTabulationResult, if any is needed