(query: QueryExp, options?: EvalQueryOptions)
| 91 | options?: EvalQueryOptions |
| 92 | ): Promise<TableRep>; |
| 93 | rowCount(query: QueryExp, options?: EvalQueryOptions): Promise<number>; |
| 94 | |
| 95 | getTableSchema(tableName: string): Promise<Schema>; |
| 96 |
no outgoing calls
no test coverage detected