Searched defs:AnalyzedCommitRow (Results 1 – 6 of 6) sorted by relevance
20 func CommitEntityToCSVRow(a e.AnalyzedCommitRow) []string {33 func CommitEntitiesToCSVRows(commits []e.AnalyzedCommitRow) [][]string {
90 func commitRowToDenormalizedCols(commitRow e.AnalyzedCommitRow, firstSeen e.RepoTimestamp, rowIndex…120 func commitRowToPersistCols(c e.AnalyzedCommitRow, uuidBytes string, timestamp e.RepoTimestamp, row…159 func CommitRowsToDenormalizedCols(commitRows []e.AnalyzedCommitRow, commitToTimestamp map[string]e.…213 func CommitRowsToPersistCols(commitRows []e.AnalyzedCommitRow, timestamp e.RepoTimestamp) [][]inter…
9 InsertCommitRows(commitRows []ent.AnalyzedCommitRow) error
142 func extractCommitHashes(commitRows []e.AnalyzedCommitRow) []string {
211 …ies(target ent.DiffTarget, diffRows []ent.AnalyzedDiffRow, commitRows []ent.AnalyzedCommitRow) err…
52 type AnalyzedCommitRow struct { struct53 CommitRow54 Type constants.ProjectType