MCPcopy
hub / github.com/antonycourtney/tad / constVal

Function constVal

packages/reltab/src/defs.ts:23–26  ·  view source on GitHub ↗
(val: Scalar)

Source from the content-addressed store, hash-verified

21 val: Scalar;
22}
23export const constVal = (val: Scalar): ConstVal => ({
24 expType: "ConstVal",
25 val,
26});
27
28interface ColRef {
29 expType: "ColRef";

Callers 15

columnHistogramQueryFunction · 0.90
QueryExp.tsFile · 0.90
queryToCountSqlFunction · 0.90
ppAggNullStrFunction · 0.90
rowNumberPagedQueryToSqlFunction · 0.90
setHistogramBrushFilterFunction · 0.90
basic.test.tsFile · 0.85
basic.auto.test.tsFile · 0.85
addPathColsFunction · 0.85
applyPathMethod · 0.85
getTreeQueryMethod · 0.85
getBaseSchemaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected