| Total Complexity | 1 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | trait CompilesGroupLimitByMultipleColumnPartition |
||
| 11 | { |
||
| 12 | use CompilesGroupLimit; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Compile a row number clause. |
||
| 16 | * |
||
| 17 | 192 | * @param array|string $partition |
|
| 18 | * @param string $orders |
||
| 19 | 192 | * @return string |
|
| 20 | */ |
||
| 21 | 192 | protected function compileRowNumber($partition, $orders) |
|
| 30 |