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

Function ppAggNullStr

packages/reltab/src/pp.ts:37–42  ·  view source on GitHub ↗
(
  dialect: SQLDialect,
  aggStr: string,
  subExpStr: string,
  colType: ColumnType
)

Source from the content-addressed store, hash-verified

35) => dialect.ppAggNull(aggStr, subExpStr, colType);
36("null");
37const ppAggNullStr = (
38 dialect: SQLDialect,
39 aggStr: string,
40 subExpStr: string,
41 colType: ColumnType
42) => ppValExp(dialect, asString(constVal(null)), colType);
43const ppAggDefault = (
44 dialect: SQLDialect,
45 aggStr: string,

Callers

nothing calls this directly

Calls 3

asStringFunction · 0.90
constValFunction · 0.90
ppValExpFunction · 0.85

Tested by

no test coverage detected