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

Method _getFirstRow

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

Source from the content-addressed store, hash-verified

191 }
192
193 async _getFirstRow(query) {
194 const rows = await this._getRows(query);
195 return rows[0];
196 }
197
198 async _getRows(query) {
199 const response = await this.cc.query(query);

Callers 6

getTableMethod · 0.95
getUdtMethod · 0.95
getKeyspaceMethod · 0.80
getKeyspaceMethod · 0.80
getMaterializedViewMethod · 0.80
_getKeyspaceMethod · 0.80

Calls 1

_getRowsMethod · 0.95

Tested by

no test coverage detected