MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / _getRows

Method _getRows

lib/metadata/schema-parser.js:198–201  ·  view source on GitHub ↗
(query)

Source from the content-addressed store, hash-verified

196 }
197
198 async _getRows(query) {
199 const response = await this.cc.query(query);
200 return response.rows;
201 }
202
203 /**
204 * @param {String} keyspaceName

Callers 4

getTableMethod · 0.95
_getFirstRowMethod · 0.95
getFunctionsMethod · 0.95
getMaterializedViewMethod · 0.80

Calls 1

queryMethod · 0.80

Tested by

no test coverage detected