Function
ppAggNullStr
(
dialect: SQLDialect,
aggStr: string,
subExpStr: string,
colType: ColumnType
)
Source from the content-addressed store, hash-verified
| 35 | ) => dialect.ppAggNull(aggStr, subExpStr, colType); |
| 36 | ("null"); |
| 37 | const ppAggNullStr = ( |
| 38 | dialect: SQLDialect, |
| 39 | aggStr: string, |
| 40 | subExpStr: string, |
| 41 | colType: ColumnType |
| 42 | ) => ppValExp(dialect, asString(constVal(null)), colType); |
| 43 | const ppAggDefault = ( |
| 44 | dialect: SQLDialect, |
| 45 | aggStr: string, |
Callers
nothing calls this directly
Tested by
no test coverage detected