- Notifications
You must be signed in to change notification settings - Fork28
Commit473af39
committed
Add missing optimizer hooks for function cost and number of rows.
Closely follow design of other optimizer hooks: if hook existsretrieve value from plugin; if still not set then get from cache.1 parent491d1ea commit473af39
2 files changed
+23
-2
lines changedLines changed: 16 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 |
| |
42 | 45 |
| |
43 | 46 |
| |
| |||
1409 | 1412 |
| |
1410 | 1413 |
| |
1411 | 1414 |
| |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
1412 | 1421 |
| |
1413 | 1422 |
| |
1414 | 1423 |
| |
| |||
1428 | 1437 |
| |
1429 | 1438 |
| |
1430 | 1439 |
| |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
1431 | 1446 |
| |
1432 | 1447 |
| |
1433 | 1448 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 |
| |
34 | 40 |
| |
35 | 41 |
| |
|
0 commit comments
Comments
(0)