(w expr.DialectWriter)
| 1211 | return m.fingerprintid |
| 1212 | } |
| 1213 | func (m *SqlSelect) WriteDialect(w expr.DialectWriter) { |
| 1214 | m.writeDialectDepth(0, w) |
| 1215 | } |
| 1216 | |
| 1217 | // Finalize this Query plan by preparing sub-sources |
| 1218 | // ie we need to rewrite some things into sub-statements |
no test coverage detected