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

Method assembleGroup

resources/vega-lite.min.js:13002–13019  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

13000 }
13001 assembleGroupStyle() {}
13002 assembleGroup(e) {
13003 return this.parent && this.parent instanceof pp
13004 ? {
13005 ...(this.channelHasField("column")
13006 ? {
13007 encode: {
13008 update: {
13009 columns: {
13010 field: ma(this.facet.column, { prefix: "distinct" }),
13011 },
13012 },
13013 },
13014 }
13015 : {}),
13016 ...super.assembleGroup(e),
13017 }
13018 : super.assembleGroup(e);
13019 }
13020 getCardinalityAggregateForChild() {
13021 const e = [],
13022 t = [],

Callers

nothing calls this directly

Calls 3

channelHasFieldMethod · 0.95
maFunction · 0.70
assembleGroupMethod · 0.45

Tested by

no test coverage detected