()
| 248 | } |
| 249 | |
| 250 | async clearPlan(): Promise<void> { |
| 251 | this.ensureOpen(); |
| 252 | await this.rpc.clearPlan({ sessionId: this.id }); |
| 253 | } |
| 254 | |
| 255 | async compact(options: CompactOptions = {}): Promise<void> { |
| 256 | this.ensureOpen(); |
no test coverage detected