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

Method getTable

lib/metadata/index.js:508–510  ·  view source on GitHub ↗

* Gets the definition of a table. * * If a callback is provided, the callback is invoked when the metadata retrieval completes. * Otherwise, it returns a Promise . * * * When trying to retrieve the same table definition concurrently, it wil

(keyspaceName, name, callback)

Source from the content-addressed store, hash-verified

506 * second parameter.
507 */
508 getTable(keyspaceName, name, callback) {
509 return promiseUtils.optionalCallback(this._getTable(keyspaceName, name), callback);
510 }
511
512 /**
513 * @param {String} keyspaceName

Callers

nothing calls this directly

Calls 1

_getTableMethod · 0.95

Tested by

no test coverage detected