Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Vincit/objection.js
/ sum
Method
sum
lib/queryBuilder/QueryBuilderBase.js:464–466 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
462
}
463
464
sum(...args) {
465
return
this.addOperation(
new
SelectOperation(
'sum'
), args);
466
}
467
468
sumDistinct(...args) {
469
return
this.addOperation(
new
SelectOperation(
'sumDistinct'
), args);
Callers
3
find.js
File · 0.80
patch.js
File · 0.80
find-methods.ts
File · 0.80
Calls
1
addOperation
Method · 0.80
Tested by
no test coverage detected