(keyspaceName: string, name: string, signature: string[] | Array<{ code: number, info: any }>, callback: ValueCallback<SchemaFunction>)
| 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 |
no outgoing calls
no test coverage detected