SHOW SCHEMAS¶
List all schemas (namespaces) in the Lance catalog.
Syntax¶
Parameters¶
| Parameter | Description |
|---|---|
catalog |
The Lance catalog name. |
pattern |
Optional SQL LIKE pattern to filter schema names. |
Examples¶
List all schemas:
Filter schemas by pattern:
Output¶
Returns a single column Schema containing the schema names.
| Schema |
|---|
| default |
| analytics |
| staging |