(builder)
| 1001 | } |
| 1002 | |
| 1003 | function getJoinEagerAlgorithm(builder) { |
| 1004 | return builder.modelClass().JoinEagerAlgorithm; |
| 1005 | } |
| 1006 | |
| 1007 | function getNaiveEagerAlgorithm(builder) { |
| 1008 | return builder.modelClass().NaiveEagerAlgorithm; |
no test coverage detected