(ctx context.Context, params *IndexExistsParams)
| 198 | // API is not stable. DO NOT USE. |
| 199 | IndexDropIfExists(ctx context.Context, params *IndexDropIfExistsParams) error |
| 200 | IndexExists(ctx context.Context, params *IndexExistsParams) (bool, error) |
| 201 | IndexesExist(ctx context.Context, params *IndexesExistParams) (map[string]bool, error) |
| 202 | |
| 203 | // IndexReindex reindexes a database index. This abstraction is a little |
no outgoing calls