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

Method getFunction

lib/metadata/index.d.ts:165–165  ·  view source on GitHub ↗
(keyspaceName: string, name: string, signature: string[] | Array<{ code: number, info: any }>, callback: ValueCallback<SchemaFunction>)

Source from the content-addressed store, hash-verified

163 getAggregates(keyspaceName: string, name: string): Promise<Aggregate[]>;
164
165 getFunction(keyspaceName: string, name: string, signature: string[] | Array<{ code: number, info: any }>, callback: ValueCallback<SchemaFunction>): void;
166
167 getFunction(keyspaceName: string, name: string, signature: string[] | Array<{ code: number, info: any }>): Promise<SchemaFunction>;
168

Callers 2

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