Searched defs:AnalyzedDiffRow (Results 1 – 3 of 3) sorted by relevance
74 func diffRowToDenormalizedCols(d e.AnalyzedDiffRow, rowIndex int) []interface{} {103 func diffRowToPersistCols(d e.AnalyzedDiffRow, uuidBytes string, timestamp e.RepoTimestamp, rowInde…133 func DiffRowsToPersistCols(diffRows []e.AnalyzedDiffRow, timestamp e.RepoTimestamp) [][]interface{}…148 func DiffRowsToDenormalizedCols(diffRows []e.AnalyzedDiffRow) [][]interface{} {171 func DiffRowsToAggregateChangesOverTime(diffRows []e.AnalyzedDiffRow) [][]interface{} {205 func getSumOfAttribute(diffRows []e.AnalyzedDiffRow, getAttr func(e.AnalyzedDiffRow) int) int {
211 func persistEntities(target ent.DiffTarget, diffRows []ent.AnalyzedDiffRow, commitRows []ent.Analyz…282 func persistDiffRowsDownstream(mappedTarget ent.MappedDiffTarget, diffRows []ent.AnalyzedDiffRow) e…
39 type AnalyzedDiffRow struct { struct40 DiffRow41 Type constants.ProjectType