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

Method getColumnStats

docs/tests/v2/es6/js/sanddance.js:155016–155018  ·  view source on GitHub ↗

* Gets column stats from current data (filtered or all). * @param column Column to get stats for.

(column)

Source from the content-addressed store, hash-verified

155014
155015
155016 getColumnStats(column) {
155017 return this._dataScope.hasFilteredData() ? this._dataScope.getFilteredColumnStats(column.name) : column.stats;
155018 }
155019 /**
155020 * Gets current signal values.
155021 */

Callers 1

Calls 2

hasFilteredDataMethod · 0.45

Tested by

no test coverage detected