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

Method getMaterializedView

lib/metadata/index.js:653–655  ·  view source on GitHub ↗

* Gets the definition of a CQL materialized view for a given name. * * If a callback is provided, the callback is invoked when the metadata retrieval completes. * Otherwise, it returns a Promise . * * * Note that, unlike the rest of the {

(keyspaceName, name, callback)

Source from the content-addressed store, hash-verified

651 * second parameter.
652 */
653 getMaterializedView(keyspaceName, name, callback) {
654 return promiseUtils.optionalCallback(this._getMaterializedView(keyspaceName, name), callback);
655 }
656
657 /**
658 * @param {String} keyspaceName

Callers

nothing calls this directly

Calls 1

_getMaterializedViewMethod · 0.95

Tested by

no test coverage detected