(k int)
| 289 | } |
| 290 | |
| 291 | func groupTmp(k int) string { |
| 292 | return fmt.Sprintf("k%d", k) |
| 293 | } |
| 294 | |
| 295 | // selectFrom analyzes the FROM clause which is a cross-joined set of table expressions. |
| 296 | // inType is from the immediate pipe parent in a top-level select, nil otherwise |
no outgoing calls
no test coverage detected