MCPcopy Index your code
hub / github.com/microsoft/SandDance / getColumnStats

Method getColumnStats

packages/sanddance/src/viewer.ts:816–818  ·  view source on GitHub ↗

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

(column: Column)

Source from the content-addressed store, hash-verified

814 * @param column Column to get stats for.
815 */
816 getColumnStats(column: Column) {
817 return this._dataScope.hasFilteredData() ? this._dataScope.getFilteredColumnStats(column.name) : column.stats;
818 }
819
820 /**
821 * Gets current signal values.

Callers 1

Calls 2

hasFilteredDataMethod · 0.45

Tested by

no test coverage detected