Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
23
export
const
constVal = (val: Scalar): ConstVal => ({
24
expType:
"ConstVal"
,
25
val,
26
});
27
28
interface
ColRef {
29
expType:
"ColRef"
;
Callers
15
columnHistogramQuery
Function · 0.90
QueryExp.ts
File · 0.90
queryToCountSql
Function · 0.90
ppAggNullStr
Function · 0.90
rowNumberPagedQueryToSql
Function · 0.90
setHistogramBrushFilter
Function · 0.90
basic.test.ts
File · 0.85
basic.auto.test.ts
File · 0.85
addPathCols
Function · 0.85
applyPath
Method · 0.85
getTreeQuery
Method · 0.85
getBaseSchema
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected