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

Method getColumn

docs/tests/v2/es6/js/sanddance.js:153071–153077  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

153069 }
153070
153071 getColumn(name) {
153072 for (let i = 0; i < this.columns.length; i++) {
153073 if (this.columns[i].name == name) {
153074 return this.columns[i];
153075 }
153076 }
153077 }
153078
153079 runExpressionOnColumn(datum, ex) {
153080 const actualDataValue = datum[ex.name];

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected