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

Function Project

docs/app/js/sanddance-app.js:118200–118202  ·  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

118198 * field. Any unspecified fields will use the field name provided by
118199 * the field accessor.
118200 */ function Project(params) {
118201 (0, _vegaDataflow.Transform).call(this, null, params);
118202}
118203Project.Definition = {
118204 "type": "Project",
118205 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected