MCPcopy Create free account
hub / github.com/microsoft/SandDance / Load

Function Load

docs/tests/v2/es6/js/sanddance.js:91128–91130  ·  view source on GitHub ↗

* Load and parse data from an external source. Marshalls parameter * values and then invokes the Dataflow request method. * @constructor * @param {object} params - The parameters for this operator. * @param {string} params.url - The URL to load from. * @param {object} params.format - The data f

(params)

Source from the content-addressed store, hash-verified

91126 * @param {object} params.format - The data format options.
91127 */
91128function Load(params) {
91129 _vegaDataflow.Transform.call(this, [], params);
91130}
91131
91132var prototype = (0, _vegaUtil.inherits)(Load, _vegaDataflow.Transform);
91133

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected