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

Method getMaterializedView

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

Source from the content-addressed store, hash-verified

171 getFunctions(keyspaceName: string, name: string): Promise<SchemaFunction[]>;
172
173 getMaterializedView(keyspaceName: string, name: string, callback: ValueCallback<MaterializedView>): void;
174
175 getMaterializedView(keyspaceName: string, name: string, callback: EmptyCallback): Promise<MaterializedView>;
176

Callers 4

getForSelectMethod · 0.65
_getMaterializedViewMethod · 0.65
metadata-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