MCPcopy Index your code
hub / github.com/dresende/node-orm2 / aggregateAlias

Function aggregateAlias

lib/AggregateFunctions.js:186–188  ·  view source on GitHub ↗
(fun, fields)

Source from the content-addressed store, hash-verified

184}
185
186function aggregateAlias(fun, fields) {
187 return fun + (fields && fields.length ? "_" + fields.join("_") : "");
188}

Callers 2

appendFunctionFunction · 0.85
AggregateFunctionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected