File tree Expand file tree Collapse file tree 9 files changed +0
-36
lines changed Expand file tree Collapse file tree 9 files changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,6 @@ func (t *commitBlobsTable) WithFilters(filters []sql.Expression) sql.Table {
46
46
return & nt
47
47
}
48
48
49
- func (t * commitBlobsTable ) WithProjection (colNames []string ) sql.Table {
50
- return t
51
- }
52
-
53
49
func (t * commitBlobsTable ) WithIndexLookup (idx sql.IndexLookup ) sql.Table {
54
50
nt := * t
55
51
nt .index = idx
Original file line number Diff line number Diff line change @@ -51,10 +51,6 @@ func (t *commitFilesTable) WithFilters(filters []sql.Expression) sql.Table {
51
51
return & nt
52
52
}
53
53
54
- func (t * commitFilesTable ) WithProjection (colNames []string ) sql.Table {
55
- return t
56
- }
57
-
58
54
func (t * commitFilesTable ) WithIndexLookup (idx sql.IndexLookup ) sql.Table {
59
55
nt := * t
60
56
nt .index = idx
Original file line number Diff line number Diff line change @@ -47,10 +47,6 @@ func (t *commitTreesTable) WithFilters(filters []sql.Expression) sql.Table {
47
47
return & nt
48
48
}
49
49
50
- func (t * commitTreesTable ) WithProjection (colNames []string ) sql.Table {
51
- return t
52
- }
53
-
54
50
func (t * commitTreesTable ) WithIndexLookup (idx sql.IndexLookup ) sql.Table {
55
51
nt := * t
56
52
nt .index = idx
Original file line number Diff line number Diff line change @@ -57,10 +57,6 @@ func (r *commitsTable) WithFilters(filters []sql.Expression) sql.Table {
57
57
return & nt
58
58
}
59
59
60
- func (r * commitsTable ) WithProjection (colNames []string ) sql.Table {
61
- return r
62
- }
63
-
64
60
func (r * commitsTable ) WithIndexLookup (idx sql.IndexLookup ) sql.Table {
65
61
nt := * r
66
62
nt .index = idx
Original file line number Diff line number Diff line change @@ -51,10 +51,6 @@ func (t *refCommitsTable) WithFilters(filters []sql.Expression) sql.Table {
51
51
return & nt
52
52
}
53
53
54
- func (t * refCommitsTable ) WithProjection (colNames []string ) sql.Table {
55
- return t
56
- }
57
-
58
54
func (t * refCommitsTable ) WithIndexLookup (idx sql.IndexLookup ) sql.Table {
59
55
nt := * t
60
56
nt .index = idx
Original file line number Diff line number Diff line change @@ -53,10 +53,6 @@ func (r *referencesTable) WithFilters(filters []sql.Expression) sql.Table {
53
53
return & nt
54
54
}
55
55
56
- func (r * referencesTable ) WithProjection (colNames []string ) sql.Table {
57
- return r
58
- }
59
-
60
56
func (r * referencesTable ) WithIndexLookup (idx sql.IndexLookup ) sql.Table {
61
57
nt := * r
62
58
nt .index = idx
Original file line number Diff line number Diff line change @@ -52,10 +52,6 @@ func (r *remotesTable) WithFilters(filters []sql.Expression) sql.Table {
52
52
return & nt
53
53
}
54
54
55
- func (r * remotesTable ) WithProjection (colNames []string ) sql.Table {
56
- return r
57
- }
58
-
59
55
func (r * remotesTable ) WithIndexLookup (idx sql.IndexLookup ) sql.Table {
60
56
nt := * r
61
57
nt .index = idx
Original file line number Diff line number Diff line change @@ -48,10 +48,6 @@ func (r *repositoriesTable) WithFilters(filters []sql.Expression) sql.Table {
48
48
return & nt
49
49
}
50
50
51
- func (r * repositoriesTable ) WithProjection (colNames []string ) sql.Table {
52
- return r
53
- }
54
-
55
51
func (r * repositoriesTable ) WithIndexLookup (idx sql.IndexLookup ) sql.Table {
56
52
nt := * r
57
53
nt .index = idx
Original file line number Diff line number Diff line change @@ -49,10 +49,6 @@ func (r *treeEntriesTable) WithFilters(filters []sql.Expression) sql.Table {
49
49
return & nt
50
50
}
51
51
52
- func (r * treeEntriesTable ) WithProjection (colNames []string ) sql.Table {
53
- return r
54
- }
55
-
56
52
func (r * treeEntriesTable ) WithIndexLookup (idx sql.IndexLookup ) sql.Table {
57
53
nt := * r
58
54
nt .index = idx
You can’t perform that action at this time.
0 commit comments