| 77 | } |
| 78 | |
| 79 | type mockRows struct { |
| 80 | t *testing.T |
| 81 | fieldTypes []*types.FieldType |
| 82 | *chunk.Chunk |
| 83 | } |
| 84 | |
| 85 | func newMockRows(t *testing.T, fieldTypes ...*types.FieldType) *mockRows { |
| 86 | return &mockRows{ |
nothing calls this directly
no outgoing calls
no test coverage detected