Home | History | Annotate | Download | only in mappers

Lines Matching refs:rowIndex

74 func diffRowToDenormalizedCols(d e.AnalyzedDiffRow, rowIndex int) []interface{} {
76 rowIndex,
90 func commitRowToDenormalizedCols(commitRow e.AnalyzedCommitRow, firstSeen e.RepoTimestamp, rowIndex int) []interface{} {
92 rowIndex,
103 func diffRowToPersistCols(d e.AnalyzedDiffRow, uuidBytes string, timestamp e.RepoTimestamp, rowIndex int) []interface{} {
107 rowIndex,
120 func commitRowToPersistCols(c e.AnalyzedCommitRow, uuidBytes string, timestamp e.RepoTimestamp, rowIndex int) []interface{} {
124 rowIndex,
231 var rowIndex int
235 &rowIndex,
253 var rowIndex int
258 &rowIndex,