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

Function isQuantitative

packages/sanddance-specs/src/inference.ts:12–14  ·  view source on GitHub ↗
(column: Column)

Source from the content-addressed store, hash-verified

10}
11
12function isQuantitative(column: Column) {
13 return column.type === 'number' || column.type === 'integer';
14}
15
16/**
17 * Derive column metadata from the data array.

Callers 1

inferAllFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected