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

Method getColumnStats

docs/app/js/sanddance-app.js:9959–9961  ·  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

9957 * Gets column stats from current data (filtered or all).
9958 * @param column Column to get stats for.
9959 */ getColumnStats(column) {
9960 return this._dataScope.hasFilteredData() ? this._dataScope.getFilteredColumnStats(column.name) : column.stats;
9961 }
9962 /**
9963 * Gets current signal values.
9964 */ getSignalValues() {

Callers 1

Calls 2

hasFilteredDataMethod · 0.45

Tested by

no test coverage detected