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

Method getUdt

lib/metadata/index.js:468–470  ·  view source on GitHub ↗

* Gets the definition of an user-defined type. * * 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 UDT definition concurren

(keyspaceName, name, callback)

Source from the content-addressed store, hash-verified

466 * @param {Function} [callback] The callback to invoke when retrieval completes.
467 */
468 getUdt(keyspaceName, name, callback) {
469 return promiseUtils.optionalCallback(this._getUdt(keyspaceName, name), callback);
470 }
471
472 /**
473 * @param {String} keyspaceName

Callers 1

adaptUserHintsMethod · 0.95

Calls 1

_getUdtMethod · 0.95

Tested by

no test coverage detected