MCPcopy 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
319function staticColumnCount(table) {
320 return table.columns.reduce((acc, column) => acc + (column.isStatic ? 1 : 0), 0);
321}
322
323module.exports = ObjectSelector;

Callers 2

getForInsertMethod · 0.85
hasStaticColumnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected