MCPcopy Create free account
hub / github.com/alignoth/alignoth / columnDistinctSignal

Method columnDistinctSignal

resources/vega-lite.min.js:12996–13000  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12994 return this.child.assembleLayoutSignals();
12995 }
12996 columnDistinctSignal() {
12997 if (!(this.parent && this.parent instanceof pp)) {
12998 return { signal: `length(data('${this.getName("column_domain")}'))` };
12999 }
13000 }
13001 assembleGroupStyle() {}
13002 assembleGroup(e) {
13003 return this.parent && this.parent instanceof pp

Callers 1

assembleDefaultLayoutMethod · 0.95

Calls 1

getNameMethod · 0.80

Tested by

no test coverage detected