Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-nodejs-driver
/ staticColumnCount
Function
staticColumnCount
lib/mapping/object-selector.js:319–321 ·
view source on GitHub ↗
(table)
Source
from the content-addressed store, hash-verified
317
}
318
319
function
staticColumnCount(table) {
320
return
table.columns.reduce((acc, column) => acc + (column.isStatic ? 1 : 0), 0);
321
}
322
323
module.exports = ObjectSelector;
Callers
2
getForInsert
Method · 0.85
hasStaticColumn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected