()
| 1327 | return right |
| 1328 | } |
| 1329 | func (m *SqlSource) String() string { |
| 1330 | w := expr.NewDefaultWriter() |
| 1331 | m.WriteDialect(w) |
| 1332 | return w.String() |
| 1333 | } |
| 1334 | func (m *SqlSource) WriteDialect(w expr.DialectWriter) { |
| 1335 | m.writeDialectDepth(0, w) |
| 1336 | } |
nothing calls this directly
no test coverage detected