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

Method getFunctions

lib/metadata/index.js:549–551  ·  view source on GitHub ↗

* Gets the definition of CQL functions for a given name. * * 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 function defin

(keyspaceName, name, callback)

Source from the content-addressed store, hash-verified

547 * as second parameter.
548 */
549 getFunctions(keyspaceName, name, callback) {
550 return promiseUtils.optionalCallback(this._getFunctionsWrapper(keyspaceName, name), callback);
551 }
552
553 /**
554 * @param {String} keyspaceName

Callers

nothing calls this directly

Calls 1

_getFunctionsWrapperMethod · 0.95

Tested by

no test coverage detected