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

Function getQueryRequest

test/unit/requests-timestamps-tests.js:119–122  ·  view source on GitHub ↗
(client, options)

Source from the content-addressed store, hash-verified

117}
118
119function getQueryRequest(client, options) {
120 const execOptions = DefaultExecutionOptions.create(options, client);
121 return new QueryRequest('Q1', [], execOptions);
122}
123
124function getBatchRequest(client, options) {
125 const execOptions = DefaultExecutionOptions.create(options, client);

Callers

nothing calls this directly

Calls 1

createMethod · 0.80

Tested by

no test coverage detected