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

Function Project

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

* Performs a relational projection, copying selected fields from source * tuples to a new set of derived tuples. * @constructor * @param {object} params - The parameters for this operator. * @param {Array<function(object): *} params.fields - The fields to project, * as an array of field acces

(params)

Source from the content-addressed store, hash-verified

91590 * the field accessor.
91591 */
91592function Project(params) {
91593 _vegaDataflow.Transform.call(this, null, params);
91594}
91595
91596Project.Definition = {
91597 "type": "Project",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected