Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getTable
Method · 0.95
_getFirstRow
Method · 0.95
getFunctions
Method · 0.95
getMaterializedView
Method · 0.80
Calls
1
query
Method · 0.80
Tested by
no test coverage detected