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

Function fieldNames

docs/app/js/sanddance-app.js:116946–116949  ·  view source on GitHub ↗
(fields, as)

Source from the content-addressed store, hash-verified

116944 return ()=>pulse.materialize(pulse.SOURCE).source;
116945}
116946function fieldNames(fields, as) {
116947 if (!fields) return null;
116948 return fields.map((f, i)=>as[i] || (0, _vegaUtil.accessorName)(f));
116949}
116950function partition$1(data, groupby, field) {
116951 const groups = [], get17 = (f)=>f(t);
116952 let map, i, n, t, k, g; // partition data points into groups

Callers 1

transformFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected