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

Method getFunctions

lib/metadata/index.d.ts:169–169  ·  view source on GitHub ↗
(keyspaceName: string, name: string, callback: ValueCallback<SchemaFunction[]>)

Source from the content-addressed store, hash-verified

167 getFunction(keyspaceName: string, name: string, signature: string[] | Array<{ code: number, info: any }>): Promise<SchemaFunction>;
168
169 getFunctions(keyspaceName: string, name: string, callback: ValueCallback<SchemaFunction[]>): void;
170
171 getFunctions(keyspaceName: string, name: string): Promise<SchemaFunction[]>;
172

Callers 3

_getFunctionsMethod · 0.65
udf-tests.jsFile · 0.65
metadata-tests.jsFile · 0.65

Implementers 1

Metadatalib/metadata/index.js

Calls

no outgoing calls

Tested by

no test coverage detected