(keyspaceName: string, name: string, callback: ValueCallback<MaterializedView>)
| 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 |
no outgoing calls
no test coverage detected