(exp, options = {})
| 193 | } |
| 194 | |
| 195 | withGraphJoined(exp, options = {}) { |
| 196 | return this._withGraph(exp, options, getJoinEagerAlgorithm(this)); |
| 197 | } |
| 198 | |
| 199 | _withGraph(exp, options, algorithm) { |
| 200 | const eagerOp = ensureEagerOperation(this, algorithm); |