mirror of
https://github.com/lancedb/lancedb.git
synced 2026-08-18 12:08:35 +00:00
4cb9147bbf
Adds `Connection.renameTable` to the Node SDK. Closes #3381.
513 B
513 B
@lancedb/lancedb • Docs
@lancedb/lancedb / RenameTableOptions
Interface: RenameTableOptions
Properties
namespacePath?
optional namespacePath: string[];
The namespace path of the table being renamed. Defaults to the root
namespace ([]) when omitted.
newNamespacePath?
optional newNamespacePath: string[];
The namespace path to move the table to as part of the rename. When
omitted the table stays in namespacePath.