| 117907 | return _.modified("async") && !(_.modified("values") || _.modified("url") || _.modified("format")); |
| 117908 | } |
| 117909 | function output(op, pulse, data) { |
| 117910 | data.forEach((0, _vegaDataflow.ingest)); |
| 117911 | const out = pulse.fork(pulse.NO_FIELDS & pulse.NO_SOURCE); |
| 117912 | out.rem = op.value; |
| 117913 | op.value = out.source = out.add = data; |
| 117914 | op._pending = null; |
| 117915 | if (out.rem.length) out.clean(true); |
| 117916 | return out; |
| 117917 | } |
| 117918 | /** |
| 117919 | * Extend tuples by joining them with values from a lookup table. |
| 117920 | * @constructor |