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