* 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)
| 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 | } |
| 118203 | Project.Definition = { |
| 118204 | "type": "Project", |
| 118205 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected