()
| 577 | } |
| 578 | } |
| 579 | func (m *Columns) String() string { |
| 580 | w := expr.NewDefaultWriter() |
| 581 | m.WriteDialect(w) |
| 582 | return w.String() |
| 583 | } |
| 584 | func (m *Columns) FieldNames() []string { |
| 585 | names := make([]string, len(*m)) |
| 586 | for i, col := range *m { |
nothing calls this directly
no test coverage detected