We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9cde1 commit 6d74088Copy full SHA for 6d74088
1 file changed
python/lance_namespace/src/lance_namespace/__init__.py
@@ -30,6 +30,8 @@
30
DeregisterTableRequest,
31
DeregisterTableResponse,
32
CountTableRowsRequest,
33
+ CreateEmptyTableRequest,
34
+ CreateEmptyTableResponse,
35
CreateTableRequest,
36
CreateTableResponse,
37
InsertIntoTableRequest,
@@ -80,6 +82,8 @@
80
82
"DeregisterTableRequest",
81
83
"DeregisterTableResponse",
84
"CountTableRowsRequest",
85
+ "CreateEmptyTableRequest",
86
+ "CreateEmptyTableResponse",
87
"CreateTableRequest",
88
"CreateTableResponse",
89
"InsertIntoTableRequest",
0 commit comments