(ctx context.Context, params *SchemaGetExpiredParams)
| 288 | SchemaCreate(ctx context.Context, params *SchemaCreateParams) error |
| 289 | SchemaDrop(ctx context.Context, params *SchemaDropParams) error |
| 290 | SchemaGetExpired(ctx context.Context, params *SchemaGetExpiredParams) ([]string, error) |
| 291 | |
| 292 | // TableExists checks whether a table exists for the schema in the current |
| 293 | // search schema. |
no outgoing calls